Skip to content

Commit 70e74ff

Browse files
build: Bump actions/cache from 2.1.7 to 3.0.2 (#43)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2.1.7...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6d161c commit 70e74ff

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.0.2"
2222

2323
- name: "Cache Docker layers"
24-
uses: "actions/cache@v2.1.7"
24+
uses: "actions/cache@v3.0.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.0.2"
6565

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

0 commit comments

Comments
 (0)