Skip to content

Commit

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

build(deps): bump actions/cache from 3.3.2 to 3.3.3
  • Loading branch information
pilinux authored Jan 15, 2024
2 parents 04a6bd0 + 699a8d9 commit 7c38c1e
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/[email protected].2
uses: actions/[email protected].3
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/[email protected].2
uses: actions/[email protected].3
with:
path: |
**/go.sum
Expand Down

0 comments on commit 7c38c1e

Please sign in to comment.