Skip to content

Commit 8839357

Browse files
authored
fixes ci (#230)
1 parent 3046626 commit 8839357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Restore nimble dependencies from cache
108108
id: nimble_deps
109-
uses: actions/cache@v5
109+
uses: actions/cache@v4
110110
with:
111111
path: ~/.nimble/
112112
key: ${{ matrix.target.os }}-${{ env.cache_nonce }}

0 commit comments

Comments
 (0)