From 424ed9439bfe88f7f2c6920bd93d4bc485f135bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 21:56:59 +0000 Subject: [PATCH] ci(action): bump actions/cache from 3.2.5 to 3.2.6 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 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.5...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/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 d3ef0082..f0f17191 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: run: echo ${{ steps.platforms.outputs.result }} - name: Cache Docker layers - uses: actions/cache@v3.2.5 + uses: actions/cache@v3.2.6 env: cache-name: buildx id: cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f924935e..aea97743 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.2.5 + uses: actions/cache@v3.2.6 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.2.5 + uses: actions/cache@v3.2.6 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -160,7 +160,7 @@ jobs: run: echo ${{ steps.platforms.outputs.result }} - name: Cache Docker layers - uses: actions/cache@v3.2.5 + uses: actions/cache@v3.2.6 env: cache-name: buildx id: cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bbe07fc4..686b635c 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.2.5 + uses: actions/cache@v3.2.6 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}