Skip to content

Commit

Permalink
Merge pull request #81 from tweag/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-4

Bump actions/cache from 3 to 4
  • Loading branch information
mergify[bot] authored Jan 18, 2024
2 parents 223b51f + d073897 commit 133e171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Mount Bazel cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/repo-cache
key: repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}
Expand Down

0 comments on commit 133e171

Please sign in to comment.