Skip to content

Commit d14dcb8

Browse files
committed
update to actions/cache@v4
1 parent aa65852 commit d14dcb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build-docker-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
steps:
99
- uses: docker/setup-buildx-action@master
1010
- name: Setup buildx cache
11-
uses: actions/cache@v3
11+
uses: actions/cache@v4
1212
with:
1313
path: |
1414
/tmp/.buildx-cache

.github/actions/load-docker-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
steps:
99
- uses: docker/setup-buildx-action@master
1010
- name: Setup buildx cache
11-
uses: actions/cache@v3
11+
uses: actions/cache@v4
1212
with:
1313
path: |
1414
/tmp/.buildx-cache

0 commit comments

Comments
 (0)