From dfcb6a50cba541a6a1b44dbdaadbc6de48f1df72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 05:19:40 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.0.9 to 3.0.10 (#1464) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.10. - [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.9...v3.0.10) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 c93fc165..fe623427 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.0.9 + - uses: actions/cache@v3.0.10 name: Caching Node.js dependencies id: yarn-cache with: diff --git a/.github/workflows/gated.yml b/.github/workflows/gated.yml index f6d0016e..e41a3da5 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.0.9 + - uses: actions/cache@v3.0.10 name: Caching Node.js dependencies id: yarn-cache with: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index abe4cf6e..bd7ec7ec 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.0.9 + - uses: actions/cache@v3.0.10 name: Caching Node.js dependencies id: yarn-cache with: