diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fe46cd1..44234d2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -58,7 +58,7 @@ jobs: run: npm install -g corepack --force && corepack enable - name: Cache Node Modules - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 id: cache with: path: node_modules