Skip to content

Commit 108eabf

Browse files
committed
ci: Update actions/cache to v4
Github has deprecated v2 so this needs to be bumped.
1 parent 3c09866 commit 108eabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
key: ${{ matrix.target }}
119119
- name: Cache Docker layers
120-
uses: actions/cache@v2
120+
uses: actions/cache@v4
121121
if: matrix.os == 'ubuntu-latest'
122122
with:
123123
path: /tmp/.buildx-cache

0 commit comments

Comments
 (0)