diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38e6b9b..93a8cfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Run Tests in Docker run: bin/run-tests-in-docker.sh