Skip to content

Commit 2e9874c

Browse files
build(deps): bump actions/cache from 4 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a130160 commit 2e9874c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,22 +73,22 @@ jobs:
7373
run: echo "commit_hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
7474

7575
- name: Configure ccache
76-
uses: actions/cache@v4
76+
uses: actions/cache@v6
7777
with:
7878
path: ${{ env.CCACHE_DIR }}
7979
key: ${{ runner.os }}-${{ github.job }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
8080
restore-keys: ${{ runner.os }}-${{ github.job }}-ccache-
8181

8282
- name: Configure Cppcheck Cache
8383
id: cppcheck_cache
84-
uses: actions/cache@v4
84+
uses: actions/cache@v6
8585
with:
8686
path: ${{ env.CPPCHECK_CACHE_PATH }}
8787
key: ${{ runner.os }}-${{ github.job }}-cppcheck-cache-${{ steps.prepare_cppcheck_cache_key.outputs.cppcheck_tag }}
8888

8989
- name: Configure Geany Cache
9090
id: geany_cache
91-
uses: actions/cache@v4
91+
uses: actions/cache@v6
9292
with:
9393
path: ${{ env.GEANY_CACHE_PATH }}
9494
key: ${{ runner.os }}-${{ github.job }}-geany-cache-${{ steps.prepare_geany_cache_key.outputs.commit_hash }}
@@ -250,7 +250,7 @@ jobs:
250250

251251
- name: Configure Geany Cache
252252
id: geany_cache
253-
uses: actions/cache@v4
253+
uses: actions/cache@v6
254254
with:
255255
path: ${{ env.GEANY_CACHE_PATH }}
256256
key: ${{ runner.os }}-${{ github.job }}-geany-mingw64-cache-${{ steps.prepare_geany_cache_key.outputs.commit_hash }}

0 commit comments

Comments
 (0)