diff --git a/.github/workflows/wraith-ci.yml b/.github/workflows/wraith-ci.yml index d22a796..a316980 100644 --- a/.github/workflows/wraith-ci.yml +++ b/.github/workflows/wraith-ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: token: ${{ env.GH_TOKEN }} repository: ${{ env.repository }} @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: token: ${{ env.GH_TOKEN }} repository: ${{ env.repository }}