Skip to content

Commit 3444094

Browse files
MINOR: [CI] Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 42043c8 commit 3444094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ jobs:
386386
run: |
387387
echo "cache-dir=$(ccache --get-config cache_dir)" >> $GITHUB_OUTPUT
388388
- name: Cache ccache
389-
uses: actions/cache@v4
389+
uses: actions/cache@v5
390390
with:
391391
path: ${{ steps.ccache-info.outputs.cache-dir }}
392392
key: cpp-odbc-ccache-windows-x64-${{ hashFiles('cpp/**') }}

0 commit comments

Comments
 (0)