diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index b5ec0b26fda..cbe66c6138e 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -23,7 +23,7 @@ jobs: with: node-version: 17 - name: Cache Yarn - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: '**/node_modules' key: ${{ runner.os }}-17-16-yarn-${{ hashFiles('yarn.lock') }} diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index b47862b60f7..6166555ea4d 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -41,7 +41,7 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} - name: Cache Yarn - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: '**/node_modules' key: ${{ runner.os }}-17-16-yarn-${{ hashFiles('yarn.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1b6c3417a9..d1dae6db2fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} - name: Cache Yarn - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: '**/node_modules' key: ${{ runner.os }}-17-16-yarn-${{ hashFiles('yarn.lock') }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c17d1aa86e..12678f55519 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: with: node-version: 17 - name: Cache Yarn - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: '**/node_modules' key: ${{runner.os}}-17-16-yarn-${{hashFiles('yarn.lock')}} @@ -40,7 +40,7 @@ jobs: with: node-version: 17 - name: Cache Yarn - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: '**/node_modules' key: ${{ runner.os }}-17-16-yarn-${{ hashFiles('yarn.lock') }} @@ -67,7 +67,7 @@ jobs: with: node-version: 17 - name: Cache Yarn - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: '**/node_modules' key: ${{ runner.os }}-17-${{matrix.graphql_version}}-yarn-${{ hashFiles('yarn.lock') }} @@ -102,7 +102,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache Yarn - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: '**/node_modules' key: ${{ runner.os }}-${{matrix.node-version}}-${{matrix.graphql_version}}-yarn-${{ hashFiles('yarn.lock') }} @@ -113,7 +113,7 @@ jobs: - name: Install Dependencies using Yarn run: yarn install --ignore-engines && git checkout yarn.lock - name: Cache Jest - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: .cache/jest key: ${{ runner.os }}-${{matrix.node-version}}-${{matrix.graphql_version}}-jest-${{ hashFiles('yarn.lock') }} @@ -132,7 +132,7 @@ jobs: with: node-version: 17 - name: Cache Yarn - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: '**/node_modules' key: ${{ runner.os }}-17-16-yarn-${{ hashFiles('yarn.lock') }} @@ -155,7 +155,7 @@ jobs: with: node-version: 17 - name: Cache Yarn - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: '**/node_modules' key: ${{ runner.os }}-17-16-yarn-${{ hashFiles('yarn.lock') }}