Skip to content

Commit

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

chore(deps): bump actions/cache from 3.0.7 to 3.0.8
  • Loading branch information
timbray authored Aug 23, 2022
2 parents 779d45d + b9fcc5b commit 37f2ffd
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@a7c34adf76222e77931dedbf4a45b2e4648ced19
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
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@a7c34adf76222e77931dedbf4a45b2e4648ced19
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
with:
path: |
~/.cache/go-build
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
id: go

- name: Restore Go cache
uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
with:
path: |
~/.cache/go-build
Expand Down

0 comments on commit 37f2ffd

Please sign in to comment.