Skip to content

Commit cde8499

Browse files
chore(deps-dev): update actions/setup-go action to v4.0.1
1 parent 19a416b commit cde8499

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
1414
- name: Setup Go
15-
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
15+
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
1616
with:
1717
go-version: 1.19.x
1818
- name: Restore Go cache

.github/workflows/pr-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
1616
- name: Setup Go
17-
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
17+
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
1818
with:
1919
go-version: 1.20.x
2020
- name: Restore Go cache

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
1919
with:
2020
fetch-depth: 0
21-
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
21+
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
2222
with:
2323
go-version: '1.20'
2424
- name: Restore Go cache

0 commit comments

Comments
 (0)