Skip to content

Commit 32d4fc5

Browse files
authored
Merge pull request #48 from kool-dev/dependabot/github_actions/actions/cache-3.0.11
Bump actions/cache from 3.0.7 to 3.0.11
2 parents ad674f4 + 05125ce commit 32d4fc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: docker/setup-buildx-action@v2.2.1
2222

2323
- name: Cache Docker layers
24-
uses: actions/cache@v3.0.7
24+
uses: actions/cache@v3.0.11
2525
with:
2626
path: /tmp/.buildx-cache
2727
key: docker-buildx-${{ matrix.version }}-${{ github.sha }}

0 commit comments

Comments
 (0)