Skip to content

Commit

Permalink
Merge pull request #1481 from tweag/gh-cache-2
Browse files Browse the repository at this point in the history
Update to GitHub actions v2
  • Loading branch information
mboes authored Feb 2, 2021
2 parents f5578b0 + 4a36cc5 commit 6e05343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Mount Bazel cache
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/repo-cache
key: repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Mount Bazel cache
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/repo-cache
key: repo-cache-${{ runner.os }}-bindist-${{ env.cache-version }}
Expand Down

0 comments on commit 6e05343

Please sign in to comment.