Skip to content

Commit 419a862

Browse files
authored
Merge pull request #53 from indexdata/DEVOPS-2662-upgrade-actions-2
DEVOPS-2662 Upgrade Workflow Actions
2 parents 9c6810a + 0a43261 commit 419a862

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
@@ -53,7 +53,7 @@ jobs:
5353
type=sha
5454
5555
- name: Cache Docker layers
56-
uses: actions/cache@v3
56+
uses: actions/cache@v4
5757
with:
5858
path: /tmp/.buildx-cache
5959
key: ${{ runner.os }}-buildx-${{ hashFiles(matrix.dockerfile) }}

0 commit comments

Comments
 (0)