From a6beafde2c2cc684033f75203e062274dca270d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 19:41:43 -0400 Subject: [PATCH] Bump actions/checkout from 4.2.0 to 4.2.2 (#738) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/exercises.yml | 2 +- .github/workflows/generator.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/exercises.yml b/.github/workflows/exercises.yml index 51a4a937..3fb4ad05 100644 --- a/.github/workflows/exercises.yml +++ b/.github/workflows/exercises.yml @@ -12,7 +12,7 @@ jobs: name: Rakudo Star on ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Install Rakudo Star with choco if: runner.os == 'Windows' diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index 8b71b33f..fdd58855 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - run: bin/fetch-configlet - run: bin/configlet sync || true