Skip to content

Commit f92e5f8

Browse files
fix(deps): update all non-major dependencies
1 parent 1e4b7c2 commit f92e5f8

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121

2222
- name: install go
23-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
23+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2424
with:
2525
# use version from go.mod file
2626
go-version-file: 'go.mod'

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939

4040
- name: install go
41-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
41+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
4242
with:
4343
# use version from go.mod file
4444
go-version-file: 'go.mod'

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: install go
29-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
29+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3030
with:
3131
# use version from go.mod file
3232
go-version-file: 'go.mod'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: install go
22-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
22+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2323
with:
2424
# use version from go.mod file
2525
go-version-file: 'go.mod'

.github/workflows/reviewdog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616

1717
- name: install go
18-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
18+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1919
with:
2020
# use version from go.mod file
2121
go-version-file: 'go.mod'
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4040

4141
- name: install go
42-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
42+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
4343
with:
4444
# use version from go.mod file
4545
go-version-file: 'go.mod'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: clone
1616
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
- name: install go
18-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
18+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1919
with:
2020
# use version from go.mod file
2121
go-version-file: 'go.mod'

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717

1818
- name: install go
19-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
19+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2020
with:
2121
# use version from go.mod file
2222
go-version-file: "go.mod"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/gin-gonic/gin v1.10.0
1414
github.com/go-git/go-git/v5 v5.13.1
1515
github.com/go-vela/sdk-go v0.26.0-rc2
16-
github.com/go-vela/server v0.26.0-rc2
16+
github.com/go-vela/server v0.26.0-rc4
1717
github.com/go-vela/worker v0.26.0-rc2
1818
github.com/golang-jwt/jwt/v5 v5.2.1
1919
github.com/gosuri/uitable v0.0.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1v
150150
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
151151
github.com/go-vela/sdk-go v0.26.0-rc2 h1:1pX2IjxWSR8mTV3RpRp3OXIR9kyJgMR96KB1zXTMcUI=
152152
github.com/go-vela/sdk-go v0.26.0-rc2/go.mod h1:tXgDEiN24yLPTsa40/SFAYeewEMB4oidXTmvRRwIao4=
153-
github.com/go-vela/server v0.26.0-rc2 h1:Mh1KfEyGEa4m1sWx8J4fKZG+8xIzssPjas/qsBB2Dxg=
154-
github.com/go-vela/server v0.26.0-rc2/go.mod h1:dIhVbcswLXxQx1DVIJm6zbvJbONZPdp4AOZ/wbhg0eA=
153+
github.com/go-vela/server v0.26.0-rc4 h1:HsCzi7AhQMIoIKSSZApycUVOD5zD/0OdZ27uu9j3bi8=
154+
github.com/go-vela/server v0.26.0-rc4/go.mod h1:dIhVbcswLXxQx1DVIJm6zbvJbONZPdp4AOZ/wbhg0eA=
155155
github.com/go-vela/worker v0.26.0-rc2 h1:OyUbf53SxDBh1+utu3uKU8PGhJU0XorEvpCu7KEwre8=
156156
github.com/go-vela/worker v0.26.0-rc2/go.mod h1:18LyAdAv/pbyJFGgho+YyEL/l1z3IuDWt8wbY7JNF/g=
157157
github.com/goccy/go-json v0.10.4 h1:JSwxQzIqKfmFX1swYPpUThQZp/Ka4wzJdK0LWVytLPM=

0 commit comments

Comments
 (0)