Skip to content

Commit 124261c

Browse files
committed
update actions/cache version
1 parent 6e8db5e commit 124261c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
runs-on: ${{ matrix.os }}
2323

2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626

2727
- name: Cache
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
env:
3030
cache-name: cache-cpm-modules
3131
with:

0 commit comments

Comments
 (0)