From 8bc2bb925249b31b5608521f699a8ddd36a9a8b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:53:38 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.0 to 4.2.2 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](https://github.com/actions/checkout/compare/d632683dd7b4114ad314bca15554477dd762a938...11bd71901bbe5b1630ceea73d27597364c9af683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 facfe9a6..8b8d566c 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@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - 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 0727d55a..838c022c 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-24.04] steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - 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 f5acd3d0..3ac50894 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@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 with: