Skip to content

Commit df2b442

Browse files
Bump actions/checkout from 4.2.0 to 4.2.2 (#836)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.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@d632683...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e71532 commit df2b442

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/configlet-generate.yml

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

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1717

1818
- name: Fetch configlet
1919
uses: exercism/github-actions/configlet-ci@main

.github/workflows/exercise-lint-phpcs-psr-12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [ubuntu-24.04]
1919

2020
steps:
21-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
21+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2222

2323
- uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231
2424
with:

.github/workflows/exercise-tests-phpunit-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git config --system core.autocrlf false
2525
git config --system core.eol lf
2626
27-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
27+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2828

2929
- uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231
3030
with:

0 commit comments

Comments
 (0)