Skip to content

Commit

Permalink
build(deps): Bump actions/cache from 2.1.5 to 2.1.6 (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 31, 2021
1 parent a1ac064 commit 32aa4a8
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 @@ -27,7 +27,7 @@ jobs:
with:
go-version: 1.16
- name: Restore Cache
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
path: |-
~/go/pkg/mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
go-version: 1.16
- name: Restore Cache
uses: actions/[email protected].5
uses: actions/[email protected].6
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/[email protected].5
uses: actions/[email protected].6
with:
path: |-
~/go/pkg/mod
Expand Down

0 comments on commit 32aa4a8

Please sign in to comment.