diff --git a/.github/workflows/exercises.yml b/.github/workflows/exercises.yml index 42a84a53..51a4a937 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@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Install Rakudo Star with choco if: runner.os == 'Windows' diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index 6862d6ac..8b71b33f 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@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - run: bin/fetch-configlet - run: bin/configlet sync || true