Skip to content

Commit c1dcfb7

Browse files
chore: bump actions/setup-go from 5.3.0 to 5.4.0 (#432)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ec53ed commit c1dcfb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: ubuntu-latest
105105
permissions: {}
106106
steps:
107-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
107+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
108108
with:
109109
go-version: ^1.16.0
110110
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
260260
with:
261261
node-version: 18.x
262-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
262+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
263263
with:
264264
go-version: ^1.16.0
265265
- name: Download build artifacts

0 commit comments

Comments
 (0)