Skip to content

Commit

Permalink
Merge pull request #11 from braswelljr/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4

fix(deps): bump actions/cache from 3 to 4
  • Loading branch information
braswelljr authored Jan 17, 2024
2 parents c7a5b58 + 7e0818e commit 3ca699a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: 1.19

- name: Restore Go modules cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: go-${{ runner.os }}-${{ hashFiles('go.mod') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4

- name: Restore Go modules cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: go-${{ runner.os }}-${{ hashFiles('go.mod') }}
Expand Down

0 comments on commit 3ca699a

Please sign in to comment.