Skip to content

Commit

Permalink
Merge pull request #1324 from SteamRE/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
yaakov-h authored Jan 23, 2024
2 parents cd980f3 + 82864ff commit 0a6d243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/steamkit2-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:

- name: Cache vcpkg
id: cache-dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: Resources/NetHook2/NetHook2/vcpkg_installed
key: vcpkg-${{ matrix.platform }}-${{ matrix.configuration }}-${{ hashFiles('Resources/NetHook2/NetHook2/vcpkg.json') }}
Expand Down

0 comments on commit 0a6d243

Please sign in to comment.