Skip to content

Commit d2bf722

Browse files
chore(deps): update actions/setup-go action to v6 (#226)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f29a99e commit d2bf722

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bump-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
python-version: 3.13
6666

67-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
67+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
6868
if: steps.command.outputs.command-name == 'bump'
6969
with:
7070
go-version: ^1

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
python-version: 3.13
5050

51-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
51+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
5252
with:
5353
go-version: ^1
5454

0 commit comments

Comments
 (0)