Skip to content

Commit f68e67b

Browse files
authored
Update actions/cache due to breaking change in github actions (#3)
1 parent 67c15dc commit f68e67b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
docker image save ${{ needs.setup.outputs.image_name }} --output ${{ needs.setup.outputs.image_tar_filename }}
8484
8585
- name: Cache Docker image
86-
uses: actions/cache@v4.0.0
86+
uses: actions/cache@v4
8787
with:
8888
path: ${{ needs.setup.outputs.image_tar_filename }}
8989
key: ${{ needs.setup.outputs.image_name }}

0 commit comments

Comments
 (0)