Skip to content

Commit 45a3356

Browse files
authored
Merge pull request #384 from Automattic/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 3.3.0 to 4.2.2
2 parents 823abe6 + 6e19812 commit 45a3356

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-grunt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out source code
20-
uses: actions/checkout@v3.3.0
20+
uses: actions/checkout@v4.2.2
2121

2222
- name: Set up Node.js environment
2323
uses: actions/[email protected]

.github/workflows/ci-php.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: sudo apt-get update && sudo apt-get install -y subversion
4141

4242
- name: Check out source code
43-
uses: actions/checkout@v3.3.0
43+
uses: actions/checkout@v4.2.2
4444

4545
- name: Set up PHP
4646
uses: shivammathur/setup-php@v2

.github/workflows/phpcs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out source code
17-
uses: actions/checkout@v3.3.0
17+
uses: actions/checkout@v4.2.2
1818

1919
- name: Set up PHP
2020
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)