Skip to content

Commit f5037b7

Browse files
committed
ci: fix version comments for actions/setup-go
These weren't updated by dependabot for some reason. Update them to v6.3.0 after commit 2e65cbb (".github: bump actions/setup-go from 6.2.0 to 6.3.0") bumped the action to that version.
1 parent 5e4452a commit f5037b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818

1919
- name: Install Go
20-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5.0.2
20+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.3.0
2121
with:
2222
go-version: '1.26'
2323

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323

2424
- name: Install Go
25-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5.0.2
25+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.3.0
2626
with:
2727
go-version: ${{ matrix.go-version }}
2828

0 commit comments

Comments
 (0)