Skip to content

Commit b2a1b94

Browse files
Bump actions/checkout from 6.0.1 to 6.0.2 in the github-actions group (#946)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb1b361 commit b2a1b94

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@8e8c483db84b4bee98b60c0593521ed34d9990e8
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
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@8e8c483db84b4bee98b60c0593521ed34d9990e8
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2222

2323
- uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1
2424
with:

.github/workflows/exercise-tests-phpunit-11.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@8e8c483db84b4bee98b60c0593521ed34d9990e8
27+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2828

2929
- uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1
3030
with:

0 commit comments

Comments
 (0)