Skip to content

Commit b841525

Browse files
committed
ci: update actions/checkout to v6
1 parent 643b280 commit b841525

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/phpstan.yml

Whitespace-only changes.

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
php: [ '7.4', '8.0', '8.2', '8.4' ]
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
1414
- name: Setup PHP
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747
- name: Setup PHP
4848
uses: shivammathur/setup-php@v2
4949
with:
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Checkout
61-
uses: actions/checkout@v5
61+
uses: actions/checkout@v6
6262
with:
6363
fetch-depth: 0
6464
- name: Setup PHP

.github/workflows/wordpress-plugin-asset-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Push to stable
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- name: Clean README.md
1313
run: tail -n +6 README.md > README.md.tmp && mv README.md.tmp README.md
1414
- name: WordPress.org plugin asset/readme update

.github/workflows/wordpress-plugin-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v6
1313

1414
- name: Package plugin
1515
run: |

.github/workflows/wordpress-plugin-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: New tag
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- name: Clean README.md
1414
run: tail -n +6 README.md > README.md.tmp && mv README.md.tmp README.md
1515
- name: WordPress Plugin Deploy

0 commit comments

Comments
 (0)