Skip to content

Commit 34999fc

Browse files
committed
FIX | workflow caching
1 parent 8d3d167 commit 34999fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conan_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Cache Conan Dependencies
4949
id: cache-conan
50-
uses: actions/cache@v2
50+
uses: actions/cache@v4
5151
with:
5252
path: ${{ env.HOME }}/.conan2
5353
key: conan-${{ runner.os }}

0 commit comments

Comments
 (0)