Skip to content

Commit

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

build(deps): bump actions/cache from 4.0.0 to 4.0.1
  • Loading branch information
wwmm authored Mar 1, 2024
2 parents 0d87108 + 84be5a2 commit f075e10
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 @@ -220,7 +220,7 @@ jobs:
./install-user-client
- name: Restore Clang Tidy cache
uses: actions/cache/restore@v4.0.0
uses: actions/cache/restore@v4.0.1
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 @@ -243,7 +243,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.0
uses: actions/cache/save@v4.0.1
# 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 f075e10

Please sign in to comment.