Skip to content

Commit

Permalink
Update actions/cache action to v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 1, 2024
1 parent 5b49389 commit 4881666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Cache conan
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.1
with:
key: conan-win-${{ hashFiles('conanfile.txt') }}
path: ~/.conan2/
Expand Down

0 comments on commit 4881666

Please sign in to comment.