Skip to content

Commit a5fc231

Browse files
Bump actions/checkout from 4.1.1 to 4.1.2 (#660)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@b4ffde6...9bb5618) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d70c33a commit a5fc231

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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@b4ffde65f46336ab88eb53be808477a3936bae11
16+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
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-22.04]
1919

2020
steps:
21-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
21+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
2222

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config --system core.autocrlf false
2727
git config --system core.eol lf
2828
29-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
29+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
3030

3131
- uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d
3232
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git config --system core.autocrlf false
2626
git config --system core.eol lf
2727
28-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
28+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
2929

3030
- uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d
3131
with:

0 commit comments

Comments
 (0)