Skip to content

Commit

Permalink
Bump actions/cache from v2.1.2 to v2.1.3 (#971)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.2...0781355)

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] authored Nov 9, 2020
1 parent 8574482 commit 23e3b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
go-version: 1.15
- name: Restore Cache
uses: actions/cache@v2.1.2
uses: actions/cache@v2.1.3
with:
path: ~/go/pkg/mod
key: ${{ matrix.os }}-go-${{ hashFiles('go.sum') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generated_code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
go-version: 1.15
- name: Restore Cache
uses: actions/cache@v2.1.2
uses: actions/cache@v2.1.3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('go.sum') }}
Expand Down

0 comments on commit 23e3b06

Please sign in to comment.