Skip to content

Commit

Permalink
Update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and AnotherFoxGuy committed Apr 22, 2024
1 parent e48a18e commit adf130c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1.13.0

- name: Cache conan packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: conan-${{ runner.os }}-${{ hashFiles('conanfile.py') }}
path: ~/.conan2/
Expand Down

0 comments on commit adf130c

Please sign in to comment.