From 9cc4bf6fd324ce4b264cee8edb0da596d9e3d8c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 07:10:34 +0200 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.0 (#810) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/configlet-generate.yml | 2 +- .github/workflows/exercise-lint-phpcs-psr-12.yml | 2 +- .github/workflows/exercise-tests-phpunit-10.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/configlet-generate.yml b/.github/workflows/configlet-generate.yml index 36fb261c..4f1a8ec2 100644 --- a/.github/workflows/configlet-generate.yml +++ b/.github/workflows/configlet-generate.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Fetch configlet uses: exercism/github-actions/configlet-ci@main diff --git a/.github/workflows/exercise-lint-phpcs-psr-12.yml b/.github/workflows/exercise-lint-phpcs-psr-12.yml index 651eec0a..8df97362 100644 --- a/.github/workflows/exercise-lint-phpcs-psr-12.yml +++ b/.github/workflows/exercise-lint-phpcs-psr-12.yml @@ -18,7 +18,7 @@ jobs: os: [ubuntu-22.04] steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 with: diff --git a/.github/workflows/exercise-tests-phpunit-10.yml b/.github/workflows/exercise-tests-phpunit-10.yml index fd41d89e..29554437 100644 --- a/.github/workflows/exercise-tests-phpunit-10.yml +++ b/.github/workflows/exercise-tests-phpunit-10.yml @@ -24,7 +24,7 @@ jobs: git config --system core.autocrlf false git config --system core.eol lf - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 with: