Skip to content

Commit

Permalink
Merge pull request MapServer#7018 from MapServer/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
rouault authored Jan 22, 2024
2 parents 38e6ad8 + 5d46461 commit 795bbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Restore build cache
if: matrix.language == 'c-cpp'
id: restore-cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: ${{ github.workspace }}/.ccache
key: ${{ matrix.id }}-${{ steps.get-arch.outputs.arch }}-${{ github.ref_name }}-${{ github.run_id }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
ccache -s
- name: Save build cache
if: matrix.language == 'c-cpp'
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: ${{ github.workspace }}/.ccache
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
Expand Down

0 comments on commit 795bbdc

Please sign in to comment.