diff --git a/.github/workflows/account-abstraction.yml b/.github/workflows/account-abstraction.yml index dd057dfe0f..0c0a4475fa 100644 --- a/.github/workflows/account-abstraction.yml +++ b/.github/workflows/account-abstraction.yml @@ -28,7 +28,7 @@ jobs: with: node-version: '14' - uses: actions/checkout@v1 - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: node_modules key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }} @@ -48,7 +48,7 @@ jobs: with: node-version: '14' - uses: actions/checkout@v1 - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: node_modules key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }} @@ -63,7 +63,7 @@ jobs: with: node-version: '14' - uses: actions/checkout@v1 - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: node_modules key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }} @@ -77,7 +77,7 @@ jobs: with: node-version: '14' - uses: actions/checkout@v1 - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: node_modules key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }} diff --git a/.github/workflows/boba-publish-develop.yml b/.github/workflows/boba-publish-develop.yml index 93468b5806..f2e24d6fa2 100644 --- a/.github/workflows/boba-publish-develop.yml +++ b/.github/workflows/boba-publish-develop.yml @@ -61,7 +61,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -70,7 +70,7 @@ jobs: ${{ runner.os }}-yarn- - name: Cache yarn modules - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: '**/node_modules' key: yarn-${{ hashFiles('yarn.lock') }} diff --git a/.github/workflows/boba-publish-master.yml b/.github/workflows/boba-publish-master.yml index 5b14fa6da0..a0b42ffc78 100644 --- a/.github/workflows/boba-publish-master.yml +++ b/.github/workflows/boba-publish-master.yml @@ -69,7 +69,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -78,7 +78,7 @@ jobs: ${{ runner.os }}-yarn- - name: Cache yarn modules - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: '**/node_modules' key: yarn-${{ hashFiles('yarn.lock') }} diff --git a/.github/workflows/ext-test-snx.yml b/.github/workflows/ext-test-snx.yml index 32fd96e3a4..57f53c2d4c 100644 --- a/.github/workflows/ext-test-snx.yml +++ b/.github/workflows/ext-test-snx.yml @@ -20,7 +20,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index ee6c57beab..4f6e9195de 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -30,7 +30,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/sync-tests.yml b/.github/workflows/sync-tests.yml index a0d55f866d..adeb36870d 100644 --- a/.github/workflows/sync-tests.yml +++ b/.github/workflows/sync-tests.yml @@ -15,7 +15,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/ts-packages.yml b/.github/workflows/ts-packages.yml index 28829b1be4..1dc8faa2cc 100644 --- a/.github/workflows/ts-packages.yml +++ b/.github/workflows/ts-packages.yml @@ -30,7 +30,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -79,7 +79,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -151,7 +151,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}