Skip to content

Commit

Permalink
Merge pull request #3438 from wwmm/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4.1.0

build(deps): bump actions/cache from 4.0.2 to 4.1.0
  • Loading branch information
wwmm authored Oct 7, 2024
2 parents 818d66f + 4006bca commit 9bb255f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
./install-user-client
- name: Restore Clang Tidy cache
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.1.0
with:
# since the ctcache is just a list of checksums that were checked, we want to write to it every ci run to keep it up to date
# otherwise github actions just restores some old cache if the key didn't change
Expand All @@ -270,7 +270,7 @@ jobs:
PATH=~/.local/bin:"$PATH" CTCACHE_DIR=/tmp/ci-ctcache ../util/clang-tidy.sh
- name: Save Clang Tidy cache
uses: actions/cache/save@v4.0.2
uses: actions/cache/save@v4.1.0
# always run, except if the workflow was cancelled
# this means clang tidy will get cached even if some checks are failing
if: success() || failure()
Expand Down

0 comments on commit 9bb255f

Please sign in to comment.