Skip to content

Commit 7ef43eb

Browse files
Merge pull request #16 from fossillogic/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents bebb80a + a464ecb commit 7ef43eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/meson_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
uses: docker/setup-buildx-action@v3
228228

229229
- name: Cache Docker layers
230-
uses: actions/cache@v3
230+
uses: actions/cache@v4
231231
with:
232232
path: /tmp/.buildx-cache
233233
key: ${{ runner.os }}-buildx-${{ matrix.distro }}

0 commit comments

Comments
 (0)