diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81aec2a..1798a74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Cache global yarn cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /home/runner/.cache/yarn key: ${{ runner.OS }}-build-yarn-${{ hashFiles('yarn.lock') }} @@ -17,7 +17,7 @@ jobs: ${{ runner.OS }}-build-yarn-${{ env.cache-name }}- ${{ runner.OS }}-build-yarn- - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: ${{ runner.OS }}-build-${{ hashFiles('yarn.lock') }}