Skip to content

Commit 4431f2b

Browse files
committed
ci: update actions/checkout to v6
1 parent 6b0cab9 commit 4431f2b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
quality:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v6
88
- name: Setup PHP
99
uses: shivammathur/setup-php@v2
1010
with:

.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 master
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- name: WordPress.org plugin asset/readme update
1313
uses: 10up/action-wordpress-plugin-asset-update@stable
1414
env:

.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@v4
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@v4
12+
- uses: actions/checkout@v6
1313
- name: WordPress Plugin Deploy
1414
uses: 10up/action-wordpress-plugin-deploy@stable
1515
env:

0 commit comments

Comments
 (0)