diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 506ab2bcf..007758408 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: name: Check track configuration runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: # main is needed in addition to HEAD, because the README check only # checks exercises changed since main. This fetches the entire repo's @@ -65,7 +65,7 @@ jobs: # and an admin only needs to make "Check exercises (lts-from-exercises)" required. - lts-from-exercises steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Install yq (for stack resolvers) run: |