Skip to content
This repository was archived by the owner on Oct 12, 2025. It is now read-only.

Commit 47f16f2

Browse files
author
acgnhiki
committed
chore: update workflows
1 parent 340972c commit 47f16f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: docker/setup-buildx-action@v1
1919

2020
- name: Cache Docker layers
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: /tmp/.buildx-cache
2424
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/ghcr.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@v1
1818

1919
- name: Cache Docker layers
20-
uses: actions/cache@v2
20+
uses: actions/cache@v4
2121
with:
2222
path: /tmp/.buildx-cache
2323
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)