From 36983cb8ba3b57d1640e67cd0fe628002c2f27c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 05:59:15 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.2.1 to 3.2.6 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.1 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.2.1...v3.2.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/gated.yml | 2 +- .github/workflows/integration.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e78ece1f..159257a6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v3.2.1 + - uses: actions/cache@v3.2.6 name: Caching Node.js dependencies id: yarn-cache with: diff --git a/.github/workflows/gated.yml b/.github/workflows/gated.yml index 21b16742..a8b6ecaa 100644 --- a/.github/workflows/gated.yml +++ b/.github/workflows/gated.yml @@ -14,7 +14,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v3.2.1 + - uses: actions/cache@v3.2.6 name: Caching Node.js dependencies id: yarn-cache with: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 4db326b5..8908e1d2 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -13,7 +13,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v3.2.1 + - uses: actions/cache@v3.2.6 name: Caching Node.js dependencies id: yarn-cache with: