Skip to content

Commit

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

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 Apr 24, 2021
1 parent 56fc090 commit 3f1a21d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.16
- name: Restore Cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: |-
~/go/pkg/mod
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.16
- name: Restore Cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: |-
~/go/pkg/mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: 1.16
- name: Restore Cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: |-
~/go/pkg/mod
Expand Down

0 comments on commit 3f1a21d

Please sign in to comment.