Skip to content

Commit 5bded53

Browse files
committed
deps up
1 parent aa61af1 commit 5bded53

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
name: ci
2626
steps:
2727
- name: checkout
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
- name: setup golang
3030
uses: actions/setup-go@v6
3131
with:
3232
go-version: ^1.25
3333
- name: golangci-lint
34-
uses: golangci/golangci-lint-action@v8
34+
uses: golangci/golangci-lint-action@v9
3535
- name: goreleaser-check
3636
uses: goreleaser/goreleaser-action@v6
3737
with:
@@ -43,7 +43,7 @@ jobs:
4343
name: ci
4444
steps:
4545
- name: checkout
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747
- name: setup golang
4848
uses: actions/setup-go@v6
4949
with:
@@ -64,7 +64,7 @@ jobs:
6464
name: ci
6565
steps:
6666
- name: checkout
67-
uses: actions/checkout@v5
67+
uses: actions/checkout@v6
6868
- name: setup golang
6969
uses: actions/setup-go@v6
7070
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
- name: set up golang
1919
uses: actions/setup-go@v6
2020
with:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ require (
66
github.com/s0rg/compflag v1.1.1
77
github.com/s0rg/set v1.2.4
88
github.com/tdewolff/parse/v2 v2.8.5
9-
golang.org/x/net v0.46.0
9+
golang.org/x/net v0.48.0
1010
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ github.com/tdewolff/parse/v2 v2.8.5 h1:ZmBiA/8Do5Rpk7bDye0jbbDUpXXbCdc3iah4VeUvw
66
github.com/tdewolff/parse/v2 v2.8.5/go.mod h1:Hwlni2tiVNKyzR1o6nUs4FOF07URA+JLBLd6dlIXYqo=
77
github.com/tdewolff/test v1.0.11 h1:FdLbwQVHxqG16SlkGveC0JVyrJN62COWTRyUFzfbtBE=
88
github.com/tdewolff/test v1.0.11/go.mod h1:XPuWBzvdUzhCuxWO1ojpXsyzsA5bFoS3tO/Q3kFuTG8=
9-
golang.org/x/net v0.46.0 h1:giFlY12I07fugqwPuWJi68oOnpfqFnJIJzaIIm2JVV4=
10-
golang.org/x/net v0.46.0/go.mod h1:Q9BGdFy1y4nkUwiLvT5qtyhAnEHgnQ/zd8PfU6nc210=
9+
golang.org/x/net v0.48.0 h1:zyQRTTrjc33Lhh0fBgT/H3oZq9WuvRR5gPC70xpDiQU=
10+
golang.org/x/net v0.48.0/go.mod h1:+ndRgGjkh8FGtu1w1FGbEC31if4VrNVMuKTgcAAnQRY=

0 commit comments

Comments
 (0)