Skip to content

Commit 46bfa4a

Browse files
build: Bump actions/cache from 3.0.8 to 3.0.9 (#68)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.9. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.8...v3.0.9) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 c892f82 commit 46bfa4a

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@v3.0.8"
24+
uses: "actions/cache@v3.0.9"
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@v3.0.8"
67+
uses: "actions/cache@v3.0.9"
6868
with:
6969
path: "/tmp/.buildx-cache"
7070
key: "${{ runner.os }}-buildx-${{ github.sha }}"

0 commit comments

Comments
 (0)