Skip to content

Commit

Permalink
Merge pull request #4 from pilinux/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4.0.0

build(deps): bump actions/cache from 3.3.3 to 4.0.0
  • Loading branch information
pilinux authored Jan 17, 2024
2 parents 7c38c1e + 3a4f879 commit 6f53b05
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 @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
**/go.sum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
**/go.sum
Expand Down

0 comments on commit 6f53b05

Please sign in to comment.