Skip to content

Commit e5be921

Browse files
authored
[tests only] Attempt to get actions/cache working again [skip ci] (ddev#4663)
1 parent 6a935e3 commit e5be921

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/master-build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ jobs:
101101
- name: Cache signed binaries
102102
# After 3.0.5 they were using zstdmt which is not available on Windows
103103
# See https://github.com/actions/cache/issues/891
104-
uses: actions/cache@v3.0.11
104+
# But trying again with @v3, 2023-02-18
105+
uses: actions/cache@v3
105106
with:
106107
path: .gotmp/bin/windows_amd64
107108
key: ${{ github.sha }}-${{ github.ref }}-signed-windows-binaries

0 commit comments

Comments
 (0)