Skip to content

Commit 4e3a400

Browse files
committed
Use Node 24 cache action in steam-api CI
1 parent 05808e4 commit 4e3a400

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
npm config get arch
107107
108108
- name: Cache Steamworks SDK
109-
uses: actions/cache@v4
109+
uses: actions/cache@v6
110110
with:
111111
path: .sdk
112112
key: steamworks-sdk-${{ secrets.STEAM_SDK_GZ_SHA }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
npm config get arch
6868
6969
- name: Cache Steamworks SDK
70-
uses: actions/cache@v4
70+
uses: actions/cache@v6
7171
with:
7272
path: .sdk
7373
key: steamworks-sdk-${{ secrets.STEAM_SDK_GZ_SHA }}

0 commit comments

Comments
 (0)