diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e823541..977055d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: git checkout uses: actions/checkout@v4 - name: Cache yarn dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{steps.find-yarn-cache.outputs.dir}} key: ${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}} @@ -42,7 +42,7 @@ jobs: - name: git checkout uses: actions/checkout@v4 - name: Cache yarn dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{steps.find-yarn-cache.outputs.dir}} key: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-${{hashFiles('**/yarn.lock')}}