Skip to content

Commit 5492d7a

Browse files
build: Bump actions/cache from 3.2.6 to 3.3.1 (#96)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.2.6...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b24e244 commit 5492d7a

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

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

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

0 commit comments

Comments
 (0)