Skip to content

Commit 27128e0

Browse files
authored
Merge pull request #177 from Automattic/dependabot/github_actions/actions/checkout-5
2 parents ba533fb + 06a1a25 commit 27128e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cs-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: korelstar/xmllint-problem-matcher@v1
5050

5151
- name: Checkout code
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353

5454
# Install dependencies and handle caching in one go.
5555
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Install SVN (Subversion)
1818
run: |

.github/workflows/integrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Checkout code
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848

4949
- name: Install wordpress environment
5050
run: npm install -g @wordpress/env

0 commit comments

Comments
 (0)