diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 725bae2..db573b0 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -12,6 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repo - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: test run: make test