diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab7e6ea..c691938 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: if: ${{ github.repository == 'andykenward/github-actions' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 - name: Setup Node.js Pnpm & install dependencies uses: ./setup-pnpm with: