diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5b8e98..0c4a603 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: id: npm-cache-dir-path run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: npm-cache with: path: ${{ steps.npm-cache-dir-path.outputs.dir }}