Skip to content

Commit 6465bfa

Browse files
⬆️ Update actions/cache action to v5
1 parent e58c48a commit 6465bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@v5
108108
- name: 🏗 Set up build cache
109109
id: cache
110-
uses: actions/cache@v4.2.4
110+
uses: actions/cache@v5.0.0
111111
with:
112112
path: /tmp/.docker-cache
113113
key: docker-${{ matrix.architecture }}-${{ github.sha }}

0 commit comments

Comments
 (0)