Skip to content

Commit 6e19812

Browse files
Bump actions/checkout from 3.3.0 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.3.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 823abe6 commit 6e19812

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)