Skip to content

Commit 6478b80

Browse files
committed
Update actions/cache
1 parent 858c693 commit 6478b80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: docker/setup-buildx-action@v1.5.1
7878

7979
- name: Cache Docker layers
80-
uses: actions/cache@v2.1.6
80+
uses: actions/cache@v4.2.4
8181
with:
8282
path: /tmp/.buildx-cache
8383
key: ohw-docker-buildx-${{ inputs.image_name }}-${{ github.sha }}

.github/workflows/build-pixi-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: docker/setup-buildx-action@v1.5.1
7474

7575
- name: Cache Docker layers
76-
uses: actions/cache@v2.1.6
76+
uses: actions/cache@v4.2.4
7777
with:
7878
path: /tmp/.buildx-cache
7979
key: ohw-docker-buildx-${{ inputs.image_name }}-${{ github.sha }}

0 commit comments

Comments
 (0)