Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 16a1971 commit 3aef864
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
checks: write
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5.1.0
- uses: actions/setup-go@v5.2.0
with:
go-version: stable

Expand All @@ -37,7 +37,7 @@ jobs:
packages: write
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5.1.0
- uses: actions/setup-go@v5.2.0
with:
go-version: stable

Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ github.token }}

- uses: actions/setup-go@v5.1.0
- uses: actions/setup-go@v5.2.0
with:
go-version: stable
- uses: goreleaser/[email protected]
Expand Down

0 comments on commit 3aef864

Please sign in to comment.