Skip to content

Commit 65d34f3

Browse files
chore(deps): update actions/cache action to v5 (#1566)
1 parent 1f9ef16 commit 65d34f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set up Docker Buildx
5050
uses: docker/setup-buildx-action@v3
5151
- name: Cache Docker layers
52-
uses: actions/cache@v4
52+
uses: actions/cache@v5
5353
with:
5454
path: /tmp/.buildx-cache
5555
key: ${{ runner.os }}-buildx-${{ matrix.type }}-${{ github.sha }}

0 commit comments

Comments
 (0)