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 859a2a7 commit e30d548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-game.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
submodules: true

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

0 comments on commit e30d548

Please sign in to comment.