Skip to content

Commit

Permalink
upgrade actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lufia committed Jan 21, 2021
1 parent 6ae1a6c commit 606ced6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 606ced6

Please sign in to comment.