Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent b3e9571 commit 9df6a56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version-file: "go.mod"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version-file: "go.mod"
- uses: reviewdog/action-staticcheck@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version-file: "go.mod"

Expand Down

0 comments on commit 9df6a56

Please sign in to comment.