Skip to content

Commit e6ca5f0

Browse files
Merge pull request #197 from fossillogic/dependabot/github_actions/actions/cache-4
2 parents 106ac21 + b78cac1 commit e6ca5f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conan_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
python-version: "3.11"
2828

2929
- name: Cache pip
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: ~/.cache/pip
3333
key: ${{ runner.os }}-pip
3434

3535
- name: Cache Conan
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
with:
3838
path: ~/.conan
3939
key: ${{ runner.os }}-conan

0 commit comments

Comments
 (0)