Skip to content

Commit dde9492

Browse files
committed
Update cache CI action
1 parent 2c0869f commit dde9492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@v4
7474
- name: Cache Boost binaries
7575
if: startsWith(matrix.os, 'windows-') && matrix.boost-version
76-
uses: actions/cache@v3
76+
uses: actions/cache@v4
7777
id: cache-boost
7878
with:
7979
path: C:\boost-${{ matrix.boost-version }}

0 commit comments

Comments
 (0)