diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f8e3be..262c033 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: yarn cache id: yarn-cache run: echo "dir=./yarn/cache" >> $GITHUB_OUTPUT - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} @@ -62,7 +62,7 @@ jobs: - name: yarn cache id: yarn-cache run: echo "dir=./yarn/cache" >> $GITHUB_OUTPUT - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}