diff --git a/.github/workflows/hexo.yml b/.github/workflows/hexo.yml index 82021fe..02a8df5 100644 --- a/.github/workflows/hexo.yml +++ b/.github/workflows/hexo.yml @@ -15,7 +15,7 @@ jobs: id: npm-cache-dir run: | echo "::set-output name=dir::$(npm config get cache)" - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: npm-cache # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true' with: path: ${{ steps.npm-cache-dir.outputs.dir }}