From 6401849d656dcf057304897bcc65a59d9c8e26bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 20:12:09 -0400 Subject: [PATCH] Bump actions/checkout from 4.1.5 to 4.1.6 (#815) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [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/44c2b7a8a4ea60a981eaca3cf939b5f4305c123b...a5ac7e51b41094c92402da3b24376905380afc29) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/config-checker.yml | 2 +- .github/workflows/configlet-sync.yml | 2 +- .github/workflows/test-exercises.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/config-checker.yml b/.github/workflows/config-checker.yml index c457f39c..395be544 100644 --- a/.github/workflows/config-checker.yml +++ b/.github/workflows/config-checker.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Check Config uses: ./.github/actions/perform-system diff --git a/.github/workflows/configlet-sync.yml b/.github/workflows/configlet-sync.yml index f3d4aa5d..4c683262 100644 --- a/.github/workflows/configlet-sync.yml +++ b/.github/workflows/configlet-sync.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Fetch configlet uses: exercism/github-actions/configlet-ci@main diff --git a/.github/workflows/test-exercises.yml b/.github/workflows/test-exercises.yml index ecdc8bf8..ba733cb7 100644 --- a/.github/workflows/test-exercises.yml +++ b/.github/workflows/test-exercises.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Run Tests uses: ./.github/actions/perform-system