Skip to content

Commit eeb9c09

Browse files
authored
Merge pull request #439 from juliusknorr/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents 6d1785b + d2396ee commit eeb9c09

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)