diff --git a/.github/workflows/happy-path.yaml b/.github/workflows/happy-path.yaml index d705e775fd..d96674bcca 100644 --- a/.github/workflows/happy-path.yaml +++ b/.github/workflows/happy-path.yaml @@ -44,7 +44,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - - uses: actions/cache@v3.0.3 + - uses: actions/cache@v3.2.6 name: Cache yarn dependencies id: yarn-cache with: @@ -53,7 +53,7 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- - - uses: actions/cache@v3.0.3 + - uses: actions/cache@v3.2.6 name: Cache vsix dependencies id: download-unpacked-cache with: diff --git a/.github/workflows/image-build-pr-check.yml b/.github/workflows/image-build-pr-check.yml index 44062f2884..e6d395d422 100644 --- a/.github/workflows/image-build-pr-check.yml +++ b/.github/workflows/image-build-pr-check.yml @@ -29,7 +29,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - - uses: actions/cache@v3.0.3 + - uses: actions/cache@v3.2.6 name: Cache yarn dependencies id: yarn-cache with: @@ -38,7 +38,7 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- - - uses: actions/cache@v3.0.3 + - uses: actions/cache@v3.2.6 name: Cache vsix dependencies id: download-unpacked-cache with: diff --git a/.github/workflows/next-build.yml b/.github/workflows/next-build.yml index 9e9436617c..2c60ccfb75 100644 --- a/.github/workflows/next-build.yml +++ b/.github/workflows/next-build.yml @@ -38,7 +38,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - - uses: actions/cache@v3.0.3 + - uses: actions/cache@v3.2.6 name: Cache yarn dependencies id: yarn-cache with: @@ -47,7 +47,7 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- - - uses: actions/cache@v3.0.3 + - uses: actions/cache@v3.2.6 name: Cache vsix dependencies id: download-unpacked-cache with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a01594691..dd8d43a0e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - - uses: actions/cache@v3.0.3 + - uses: actions/cache@v3.2.6 name: Cache yarn dependencies id: yarn-cache with: @@ -88,7 +88,7 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- - - uses: actions/cache@v3.0.3 + - uses: actions/cache@v3.2.6 name: Cache vsix dependencies id: download-unpacked-cache with: diff --git a/.github/workflows/resource-limits-pr-check.yaml b/.github/workflows/resource-limits-pr-check.yaml index a983bef181..f3dce4f34a 100644 --- a/.github/workflows/resource-limits-pr-check.yaml +++ b/.github/workflows/resource-limits-pr-check.yaml @@ -31,7 +31,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - - uses: actions/cache@v3.0.3 + - uses: actions/cache@v3.2.6 name: Cache yarn dependencies id: yarn-cache with: diff --git a/.github/workflows/typescript-pr-check.yml b/.github/workflows/typescript-pr-check.yml index 85095027ae..ba31d6fb0b 100644 --- a/.github/workflows/typescript-pr-check.yml +++ b/.github/workflows/typescript-pr-check.yml @@ -35,7 +35,7 @@ jobs: - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - - uses: actions/cache@v3.0.3 + - uses: actions/cache@v3.2.6 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/typescript-publish.yml b/.github/workflows/typescript-publish.yml index 2f8585cfbb..64623d6dbd 100644 --- a/.github/workflows/typescript-publish.yml +++ b/.github/workflows/typescript-publish.yml @@ -34,7 +34,7 @@ jobs: - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - - uses: actions/cache@v3.0.3 + - uses: actions/cache@v3.2.6 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}