Skip to content

Commit b5c3a07

Browse files
authored
Merge pull request #32 from ruby/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 7a1326d + b699b5c commit b5c3a07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
run: vcpkg install --dry-run | Tee-Object -FilePath vcpkg-install.log -Encoding UTF8
290290

291291
- name: Cache
292-
uses: actions/cache@v4
292+
uses: actions/cache@v5
293293
with:
294294
path: vcpkg_binary_cache
295295
key: ${{ runner.os }}-${{ runner.arch }}-vcpkg-${{ hashFiles('vcpkg-install.log') }}

0 commit comments

Comments
 (0)