From 37a3ff8dbba19716ef85090641d598298c9d5728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 08:00:36 +0000 Subject: [PATCH] chore(deps): Bump actions/cache from 3.2.0 to 3.2.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.0 to 3.2.1. - [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/c17f4bf4666a8001b1a45c09eb7a485c41aa64c3...c1a5de879eb890d062a85ee0252d6036480b1fe2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b112e07e30..d5716be180f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: version: 3.x repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v2 - - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3 + - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 with: path: | ./dist/*.deb @@ -65,7 +65,7 @@ jobs: with: go-version: '>=1.19.4' cache: true - - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3 + - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 with: path: | ./dist/*.deb