Skip to content

Commit 3d8d0ea

Browse files
Bump actions/cache from 4 to 5 (#1375)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
1 parent 51a3241 commit 3d8d0ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Cache Boost Version
5151
id: cache-boost
52-
uses: actions/cache@v4
52+
uses: actions/cache@v5
5353
with:
5454
path: C:\Boost
5555
key: ${{ matrix.vc_boost.name }}-${{ matrix.options.address_model }}-${{ matrix.build_type }}
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Cache Thrift Version
6060
id: cache-thrift
61-
uses: actions/cache@v4
61+
uses: actions/cache@v5
6262
with:
6363
path: C:\Thrift
6464
key: ${{ matrix.vc_boost.image }}-${{ matrix.options.address_model }}-thrift-0.13-${{ matrix.build_type }}

0 commit comments

Comments
 (0)