Skip to content

Commit bbdb9df

Browse files
authored
Merge pull request #6 from git-pkgs/dependabot/github_actions/actions/setup-go-6.4.0
Bump actions/setup-go from 6.3.0 to 6.4.0
2 parents 2173528 + b41b461 commit bbdb9df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Set up Go
26-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
26+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2727
with:
2828
go-version: ${{ matrix.go-version }}
2929
cache: false
@@ -43,7 +43,7 @@ jobs:
4343
persist-credentials: false
4444

4545
- name: Set up Go
46-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
46+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
4747
with:
4848
go-version: '1.25'
4949
cache: false

0 commit comments

Comments
 (0)