Skip to content

Commit 9efbdb3

Browse files
chore(deps): update actions/setup-go digest to 4a36011 (#996)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c57cdd commit 9efbdb3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2626

2727
- name: Set up Go
28-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
28+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2929
with:
3030
go-version-file: 'go.mod'
3131
cache: true
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4747

4848
- name: Set up Go
49-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
49+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
5050
with:
5151
go-version-file: 'go.mod'
5252
cache: true
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8585

8686
- name: Set up Go
87-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
87+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
8888
with:
8989
go-version-file: 'go.mod'
9090
cache: true
@@ -177,7 +177,7 @@ jobs:
177177
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
178178

179179
- name: Set up Go
180-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
180+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
181181
with:
182182
go-version-file: 'go.mod'
183183
cache: true

.github/workflows/update-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Set up Go
30-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
30+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
3131
with:
3232
go-version-file: 'go.mod'
3333
cache: true

.github/workflows/update-tools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
ref: ${{ github.head_ref || github.ref }}
209209

210210
- name: Set up Go
211-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
211+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
212212
with:
213213
go-version-file: 'go.mod'
214214
cache: true
@@ -520,7 +520,7 @@ jobs:
520520
ref: ${{ github.head_ref || github.ref }}
521521

522522
- name: Set up Go
523-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
523+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
524524
with:
525525
go-version-file: 'go.mod'
526526
cache: true

0 commit comments

Comments
 (0)