Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 2 to 2.1.5 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 24, 2021
1 parent d76490b commit cb188bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
go-version: ${{ matrix.golang }}
- name: Cache Dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.5
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit cb188bd

Please sign in to comment.