Skip to content

Commit

Permalink
Merge pull request #63 from timbray/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-3.0.4

chore(deps): bump actions/cache from 3.0.3 to 3.0.4
  • Loading branch information
timbray authored Jun 8, 2022
2 parents 74fda24 + d7f7de1 commit 14f1d31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: go

- name: Restore Go cache
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d
with:
path: |
~/.cache/go-build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: go

- name: Restore Go cache
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d
with:
path: |
~/.cache/go-build
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
id: go

- name: Restore Go cache
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d
with:
path: |
~/.cache/go-build
Expand Down

0 comments on commit 14f1d31

Please sign in to comment.