Skip to content

Commit 46402b6

Browse files
chore(deps): Bump actions/setup-go from 6.2.0 to 6.4.0 (#40)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25c3761 commit 46402b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ runs:
313313
- name: Setup Go
314314
id: setup-go
315315
if: ${{ inputs.setup-go == 'true' }}
316-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
316+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
317317
with:
318318
go-version: ${{ inputs.go-version }}
319319
cache: ${{ inputs.go-cache == 'true' }}

0 commit comments

Comments
 (0)