Skip to content

Commit 23360f2

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 643cec3 commit 23360f2

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
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check out source code
21-
uses: actions/checkout@v3.3.0
21+
uses: actions/checkout@v4.2.2
2222

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

.github/workflows/ci-php.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
options: --health-cmd="healthcheck.sh --innodb_initialized" --health-interval=5s --health-timeout=2s --health-retries=3
3636
steps:
3737
- name: Check out source code
38-
uses: actions/checkout@v3.3.0
38+
uses: actions/checkout@v4.2.2
3939

4040
- name: Set up PHP
4141
uses: shivammathur/setup-php@v2

.github/workflows/phpcs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1616
steps:
1717
- name: Check out source code
18-
uses: actions/checkout@v3.3.0
18+
uses: actions/checkout@v4.2.2
1919

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

0 commit comments

Comments
 (0)