From 1cd5e0b444c149b13bd2dcb7663b5fd95b616f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 11:00:57 +0000 Subject: [PATCH] ci(action): bump actions/cache from 3.2.1 to 3.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.1 to 3.2.2. - [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.2) --- 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 a17dfc22..8db462e2 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.2.1 + uses: actions/cache@v3.2.2 id: cache with: path: /tmp/.buildx-cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc13f561..1689f413 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.1 + uses: actions/cache@v3.2.2 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.1 + uses: actions/cache@v3.2.2 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.2.1 + uses: actions/cache@v3.2.2 id: cache with: path: /tmp/.buildx-cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e0dd5bc0..f0582596 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.1 + uses: actions/cache@v3.2.2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}