Skip to content

Commit ffda212

Browse files
authored
Merge pull request #39 from kool-dev/dependabot/github_actions/actions/cache-3.0.5
Bump actions/cache from 3.0.4 to 3.0.5
2 parents eab6e95 + 1fa35cf commit ffda212

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
@@ -17,7 +17,7 @@ jobs:
1717
uses: docker/setup-buildx-action@v2.0.0
1818

1919
- name: Cache Docker layers
20-
uses: actions/cache@v3.0.4
20+
uses: actions/cache@v3.0.5
2121
with:
2222
path: /tmp/.buildx-cache
2323
key: docker-buildx-${{ matrix.version }}-${{ github.sha }}

0 commit comments

Comments
 (0)