Skip to content

Commit 5db459b

Browse files
authored
Merge pull request #1583 from geany/dependabot/github_actions/actions/cache-6
build(deps): bump actions/cache from 4 to 6
2 parents a130160 + 2e9874c commit 5db459b

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)