Skip to content

Commit 05439d4

Browse files
chore(deps): update actions/cache action to v5 (#104)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ba67b3 commit 05439d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: sudo mkdir -p /var/cache/apk
6464

6565
- name: Cache APK packages
66-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
66+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
6767
with:
6868
path: /var/cache/apk
6969
key: apk-${{ runner.os }}-${{ hashFiles(matrix.config) }}

0 commit comments

Comments
 (0)