Skip to content

Commit ee8d892

Browse files
committed
Bump actions/cache/restore from v3 to v4
1 parent f31715c commit ee8d892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Restore scons cache
9696
if: ${{ matrix.precision == 'double' }}
97-
uses: actions/cache/restore@v3
97+
uses: actions/cache/restore@v4
9898
with:
9999
path: ${{ github.workspace }}/.scons-cache/
100100
key: ${{ matrix.identifier }}-scons-${{ github.ref }}-${{ github.sha }}

0 commit comments

Comments
 (0)