diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cf85397b7..537e42e3f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,7 +48,7 @@ jobs: registry-url: 'https://registry.npmjs.org' cache: pnpm - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 with: path: .nx/cache key: nx-${{ runner.os }}-publish-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.sha }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8142cdb0..7ca94a495 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: node-version: ${{ matrix.node }} cache: pnpm - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 with: path: .nx/cache key: nx-${{ runner.os }}-node${{ matrix.node }}-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.sha }}