Skip to content

Commit c503235

Browse files
LessUpCopilot
andauthored
ci: upgrade cache action to v5 (#7)
- replace actions/cache@v4 with @v5 in CI workflow\n- remove remaining Node20 deprecation warning source from cache steps Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9269e13 commit c503235

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v5
4141

4242
- name: Cache CMake dependencies
43-
uses: actions/cache@v4
43+
uses: actions/cache@v5
4444
with:
4545
path: |
4646
build/debug/_deps
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@v5
7676

7777
- name: Cache CMake dependencies
78-
uses: actions/cache@v4
78+
uses: actions/cache@v5
7979
with:
8080
path: |
8181
build/release/_deps
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@v5
108108

109109
- name: Cache CMake dependencies
110-
uses: actions/cache@v4
110+
uses: actions/cache@v5
111111
with:
112112
path: |
113113
build/release/_deps

0 commit comments

Comments
 (0)