Skip to content

Commit f9c8189

Browse files
build: Bump actions/cache from 2.1.6 to 2.1.7 (#23)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 549fd00 commit f9c8189

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@v2.4.0"
2222

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

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

0 commit comments

Comments
 (0)