Skip to content

Commit

Permalink
Merge pull request #118 from timbray/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3.0.10

chore(deps): bump actions/cache from 3.0.9 to 3.0.10
  • Loading branch information
timbray authored Oct 4, 2022
2 parents 4b37ecc + 74c905a commit 15cc971
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@ac8075791e805656e71b4ba23325ace9e3421120
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
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@ac8075791e805656e71b4ba23325ace9e3421120
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
with:
path: |
~/.cache/go-build
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
id: go

- name: Restore Go cache
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
with:
path: |
~/.cache/go-build
Expand Down

0 comments on commit 15cc971

Please sign in to comment.