Skip to content

Commit e293604

Browse files
authored
ci(action): update actions/setup-go action to v6.4.0 (#459)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent 298c23a commit e293604

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
RELEASE_APP_PEM: ${{ env.RELEASE_APP_PEM }}
1212

1313
- name: Setup Go
14-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
14+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
1515
with:
1616
go-version-file: go.mod
1717
cache: true

.github/actions/lint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
RELEASE_APP_PEM: ${{ env.RELEASE_APP_PEM }}
1313

1414
- name: Setup Go
15-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
15+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
1616
with:
1717
go-version-file: go.mod
1818
cache: true

.github/actions/security/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
steps:
77
- name: Setup Go
88
if: ${{ hashFiles('go.mod') != '' }}
9-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
9+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
1010
with:
1111
go-version-file: go.mod
1212
cache: true

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
app_id: ${{ env.RELEASE_APP_ID }}
2222

2323
- name: Set up Go
24-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
24+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2525
env:
2626
# do not error on existing files
2727
TAR_OPTIONS: --skip-old-files

0 commit comments

Comments
 (0)