Skip to content

Commit 341bf68

Browse files
build: Bump actions/cache from 3.0.11 to 3.2.2 (#82)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.11...v3.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a0ce42f commit 341bf68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: "actions/checkout@v3.3.0"
2222

2323
- name: "Cache Docker layers"
24-
uses: "actions/cache@v3.0.11"
24+
uses: "actions/cache@v3.2.2"
2525
with:
2626
path: "/tmp/.buildx-cache"
2727
key: "${{ runner.os }}-buildx-${{ github.sha }}"
@@ -64,7 +64,7 @@ jobs:
6464
- uses: "actions/checkout@v3.3.0"
6565

6666
- name: "Cache Docker layers"
67-
uses: "actions/cache@v3.0.11"
67+
uses: "actions/cache@v3.2.2"
6868
with:
6969
path: "/tmp/.buildx-cache"
7070
key: "${{ runner.os }}-buildx-${{ github.sha }}"

0 commit comments

Comments
 (0)