Skip to content

Commit ed7f1e6

Browse files
committed
2 parents 9759ec9 + 4b3567b commit ed7f1e6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
WP_MULTISITE: ${{ matrix.wp_multisite }}
7070

7171
- name: Codecov
72-
uses: codecov/codecov-action@v4
72+
uses: codecov/codecov-action@v5
7373
with:
7474
token: ${{ secrets.CODECOV_TOKEN }}
7575
files: coverage.xml

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Docker compose
19-
uses: isbang/compose-action@v2.0.1
19+
uses: isbang/compose-action@v2.2.0
2020
with:
2121
compose-file: './docker-compose.yml'
2222

.github/workflows/pot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: script/build-pot
2121

2222
- name: Create Pull Request
23-
uses: peter-evans/create-pull-request@v6
23+
uses: peter-evans/create-pull-request@v7
2424
with:
2525
commit-message: "Update POT file"
2626
title: "Update POT file"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"wp-cli/wp-cli": "~2.4",
1616
"wp-coding-standards/wpcs": "^3.0",
1717
"php-coveralls/php-coveralls": "*",
18-
"yoast/phpunit-polyfills": "^2.0"
18+
"yoast/phpunit-polyfills": "^4.0"
1919
},
2020
"config": {
2121
"bin-dir": "bin",

languages/jekyll-export.pot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Copyright (C) 2024 WordPress Jekyll Export 2.4.0
2-
# This file is distributed under the same license as the WordPress Jekyll Export 2.4.0 package.
1+
# Copyright (C) 2025 WordPress Jekyll Export 2.4.2
2+
# This file is distributed under the same license as the WordPress Jekyll Export 2.4.2 package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WordPress Jekyll Export 2.4.0\n"
5+
"Project-Id-Version: WordPress Jekyll Export 2.4.2\n"
66
"MIME-Version: 1.0\n"
77
"Content-Type: text/plain; charset=UTF-8\n"
88
"Content-Transfer-Encoding: 8bit\n"
9-
"POT-Creation-Date: 2024-04-18 17:46+0000\n"
9+
"POT-Creation-Date: 2025-05-03 02:13+0000\n"
1010
"X-Poedit-Basepath: ..\n"
1111
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
1212
"X-Poedit-SearchPath-0: .\n"

0 commit comments

Comments
 (0)