From f7de1d260aebfcc11e88a226f3a1636911d17c45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 15:58:53 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.0.2 to 3.2.6 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.2.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.2...v3.2.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/happy-path.yaml | 4 ++-- .github/workflows/image-build-pr-check.yml | 4 ++-- .github/workflows/next-build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .github/workflows/resource-limits-pr-check.yaml | 2 +- .github/workflows/typescript-pr-check.yml | 2 +- .github/workflows/typescript-publish.yml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/happy-path.yaml b/.github/workflows/happy-path.yaml index f170382f1f..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.2 + - 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.2 + - 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 cba6624a33..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.2 + - 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.2 + - 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 03574d97db..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.2 + - 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.2 + - 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 833cf4de04..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.2 + - 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.2 + - 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 50e022deca..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.2 + - 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 7cc99822a3..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.2 + - 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 62fab8b6e9..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.2 + - 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 }}