Skip to content

Commit ec09382

Browse files
authored
Merge pull request #8 from oanhnn/dependabot/github_actions/master/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 20da251 + b0c4611 commit ec09382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: docker/setup-buildx-action@v3
2929

3030
- name: Cache Docker layers
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
with:
3333
path: /tmp/.buildx-cache
3434
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)