diff --git a/.github/workflows/ci-vint.yml b/.github/workflows/ci-vint.yml index e187b50..88d755d 100644 --- a/.github/workflows/ci-vint.yml +++ b/.github/workflows/ci-vint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: 3.7 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f5e32b..abb5e81 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Verify all exercises run: bin/verify-exercises