diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d461a670..6e5b9b20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: echo "::set-output name=dir::$(npm config get cache)" - name: Cache dependencies - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: ${{ steps.npm-cache.outputs.dir}} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}