Skip to content

Commit

Permalink
Bump actions/cache from v1 to v2.1.4 (#6)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v1...26968a0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 18, 2021
1 parent cbd9ad7 commit a0c7e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v1

- name: Cache modules
uses: actions/cache@v1
uses: actions/cache@v2.1.4
with:
path: ~/go/pkg/mod
key: ${{ runner.OS }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit a0c7e17

Please sign in to comment.