Skip to content

Commit e159e22

Browse files
chore(deps): update actions/cache action to v5
1 parent 6d1785b commit e159e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Docker Buildx
5454
uses: docker/setup-buildx-action@v3
5555
- name: Cache Docker layers
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
with:
5858
path: /tmp/.buildx-cache
5959
key: ${{ matrix.container }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)