From 75fb74f46f04f0c11a958f75510dc0b1c60c1f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 11:56:06 +0000 Subject: [PATCH] ci(action): bump actions/cache from 3.0.10 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 to 3.0.11. - [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.10...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/test.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3947729b..58781856 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: run: echo ${{ steps.platforms.outputs.result }} - name: Cache Docker layers - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 id: cache with: path: /tmp/.buildx-cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1aafbf5..94ae7dfe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Cache Node.js modules id: cache - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -65,7 +65,7 @@ jobs: - name: Cache Node.js modules id: cache - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -168,7 +168,7 @@ jobs: run: echo ${{ steps.platforms.outputs.result }} - name: Cache Docker layers - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 id: cache with: path: /tmp/.buildx-cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a895faf..89ec58a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - name: Cache Node.js modules id: cache - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}