Skip to content

Commit 5b05c6c

Browse files
chore: bump actions/setup-go from 5.2.0 to 5.3.0 (#400)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leo Antoli <[email protected]>
1 parent 2e3fff1 commit 5b05c6c

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@3041bf56c941b39c61721a86cd11f3bb1338122a
107+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
108108
with:
109109
go-version: ^1.16.0
110110
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
255255
with:
256256
node-version: 18.x
257-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
257+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
258258
with:
259259
go-version: ^1.16.0
260260
- name: Download build artifacts

0 commit comments

Comments
 (0)