Skip to content

Commit 7f4ff99

Browse files
authored
Bump actions/cache to v3 (latest)
1 parent 8d4596e commit 7f4ff99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
# Use cache image for quicker build time.
7272
- name: Cache Docker layers
73-
uses: actions/cache@v2
73+
uses: actions/cache@v3
7474
with:
7575
path: /tmp/.buildx-cache
7676
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)