Skip to content

Commit

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

Bump actions/cache from 2 to 3
  • Loading branch information
mergify[bot] authored Aug 17, 2023
2 parents 39df363 + 58829bd commit 91f79bf
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 @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Mount Bazel cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/repo-cache
key: repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}
Expand Down

0 comments on commit 91f79bf

Please sign in to comment.