Skip to content

Commit

Permalink
🌱 Update Github Actions group to v5
Browse files Browse the repository at this point in the history
| datasource  | package          | from | to |
| ----------- | ---------------- | ---- | -- |
| github-tags | actions/setup-go | v4   | v5 |
  • Loading branch information
cluster-stack-bot[bot] committed Jan 15, 2024
1 parent ff51d8e commit c74143d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v4
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
with:
go-version: stable

Expand Down

0 comments on commit c74143d

Please sign in to comment.