Skip to content

Commit 0c5a349

Browse files
authored
Merge pull request #4 from zeabur/upgrade-dependencies-0723
chore: upgrade dependencies (2026-07-23)
2 parents 38557d0 + 3cd1b5f commit 0c5a349

5 files changed

Lines changed: 95 additions & 87 deletions

File tree

.github/workflows/release.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727

2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3131

3232
- name: Set up Docker Buildx
33-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
33+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
3434

3535
- name: Build
36-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
36+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
3737
with:
3838
platforms: linux/amd64
3939
push: false
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Docker Hub metadata
6767
id: dockerhub
68-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
68+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
6969
with:
7070
images: docker.io/zeabur/stratus
7171
flavor: latest=auto
@@ -76,7 +76,7 @@ jobs:
7676
7777
- name: SWR metadata
7878
id: swr
79-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
79+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
8080
with:
8181
images: swr.cn-east-3.myhuaweicloud.com/zeabur/stratus
8282
flavor: latest=auto
@@ -101,19 +101,19 @@ jobs:
101101

102102
steps:
103103
- name: Checkout
104-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
104+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
105105

106106
- name: Set up Docker Buildx
107-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
107+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
108108

109109
- name: Login to Docker Hub
110-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
110+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
111111
with:
112112
username: ${{ secrets.DOCKERHUB_USERNAME }}
113113
password: ${{ secrets.DOCKERHUB_TOKEN }}
114114

115115
- name: Build and push
116-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
116+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
117117
with:
118118
platforms: ${{ matrix.platform }}
119119
provenance: "true"
@@ -136,20 +136,20 @@ jobs:
136136

137137
steps:
138138
- name: Checkout
139-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
139+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
140140

141141
- name: Set up Docker Buildx
142-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
142+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
143143

144144
- name: Login to Huawei SWR
145-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
145+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
146146
with:
147147
registry: swr.cn-east-3.myhuaweicloud.com
148148
username: ${{ secrets.HUAWEI_SWR_USERNAME }}
149149
password: ${{ secrets.HUAWEI_SWR_TOKEN }}
150150

151151
- name: Build and push
152-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
152+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
153153
with:
154154
platforms: ${{ matrix.platform }}
155155
provenance: "false"
@@ -163,10 +163,10 @@ jobs:
163163

164164
steps:
165165
- name: Set up Docker Buildx
166-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
166+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
167167

168168
- name: Login to Docker Hub
169-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
169+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
170170
with:
171171
username: ${{ secrets.DOCKERHUB_USERNAME }}
172172
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -188,10 +188,10 @@ jobs:
188188

189189
steps:
190190
- name: Set up Docker Buildx
191-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
191+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
192192

193193
- name: Login to Huawei SWR
194-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
194+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
195195
with:
196196
registry: swr.cn-east-3.myhuaweicloud.com
197197
username: ${{ secrets.HUAWEI_SWR_USERNAME }}

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2626

2727
- name: Install Nix
28-
uses: DeterminateSystems/determinate-nix-action@bafaa638b9d5ec0e7e3ac1a7fc80453ef1fd265f # v3.20.0
28+
uses: DeterminateSystems/determinate-nix-action@d96678350ffd6a456235832eb11e1c491589b7bb # v3.21.8
2929

3030
- name: Set up FlakeHub cache
31-
uses: DeterminateSystems/flakehub-cache-action@1f9a51a2959d3e26c7838c6f3bf9f48acae525ea # v3.20.0
31+
uses: DeterminateSystems/flakehub-cache-action@77c6bddd7d747943530aaa578c57f233ee5d920e # v3.21.8
3232

3333
- name: Verify formatting
3434
run: nix develop --command golangci-lint fmt --diff
@@ -42,13 +42,13 @@ jobs:
4242

4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
45+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4646

4747
- name: Install Nix
48-
uses: DeterminateSystems/determinate-nix-action@bafaa638b9d5ec0e7e3ac1a7fc80453ef1fd265f # v3.20.0
48+
uses: DeterminateSystems/determinate-nix-action@d96678350ffd6a456235832eb11e1c491589b7bb # v3.21.8
4949

5050
- name: Set up FlakeHub cache
51-
uses: DeterminateSystems/flakehub-cache-action@1f9a51a2959d3e26c7838c6f3bf9f48acae525ea # v3.20.0
51+
uses: DeterminateSystems/flakehub-cache-action@77c6bddd7d747943530aaa578c57f233ee5d920e # v3.21.8
5252

5353
- name: Run unit tests
5454
run: nix develop --command go test ./...

flake.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,40 @@ module github.com/zeabur/stratus/v2
33
go 1.26.1
44

55
require (
6-
github.com/gofiber/fiber/v3 v3.2.0
7-
github.com/minio/minio-go/v7 v7.1.0
6+
github.com/gofiber/fiber/v3 v3.4.0
7+
github.com/minio/minio-go/v7 v7.2.1
88
github.com/samber/slog-fiber v1.22.2
9-
golang.org/x/sync v0.20.0
9+
golang.org/x/sync v0.22.0
1010
)
1111

1212
require (
13-
github.com/andybalholm/brotli v1.2.1 // indirect
13+
github.com/andybalholm/brotli v1.2.2 // indirect
1414
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1515
github.com/dustin/go-humanize v1.0.1 // indirect
16-
github.com/go-ini/ini v1.67.0 // indirect
17-
github.com/gofiber/schema v1.7.1 // indirect
18-
github.com/gofiber/utils/v2 v2.0.4 // indirect
16+
github.com/gofiber/schema v1.8.3 // indirect
17+
github.com/gofiber/utils/v2 v2.3.0 // indirect
1918
github.com/google/uuid v1.6.0 // indirect
20-
github.com/klauspost/compress v1.18.6 // indirect
21-
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
19+
github.com/klauspost/compress v1.19.1 // indirect
20+
github.com/klauspost/cpuid/v2 v2.4.0 // indirect
2221
github.com/klauspost/crc32 v1.3.0 // indirect
2322
github.com/kr/pretty v0.3.1 // indirect
24-
github.com/mattn/go-colorable v0.1.14 // indirect
25-
github.com/mattn/go-isatty v0.0.22 // indirect
23+
github.com/mattn/go-colorable v0.1.15 // indirect
24+
github.com/mattn/go-isatty v0.0.23 // indirect
2625
github.com/minio/crc64nvme v1.1.1 // indirect
2726
github.com/minio/md5-simd v1.1.2 // indirect
2827
github.com/philhofer/fwd v1.2.0 // indirect
29-
github.com/rogpeppe/go-internal v1.14.1 // indirect
3028
github.com/rs/xid v1.6.0 // indirect
3129
github.com/tinylib/msgp v1.6.4 // indirect
3230
github.com/valyala/bytebufferpool v1.0.0 // indirect
33-
github.com/valyala/fasthttp v1.71.0 // indirect
31+
github.com/valyala/fasthttp v1.72.0 // indirect
3432
github.com/zeebo/xxh3 v1.1.0 // indirect
35-
go.opentelemetry.io/otel v1.43.0 // indirect
36-
go.opentelemetry.io/otel/trace v1.43.0 // indirect
33+
go.opentelemetry.io/otel v1.44.0 // indirect
34+
go.opentelemetry.io/otel/trace v1.44.0 // indirect
3735
go.yaml.in/yaml/v3 v3.0.4 // indirect
38-
golang.org/x/crypto v0.50.0 // indirect
39-
golang.org/x/net v0.53.0 // indirect
40-
golang.org/x/sys v0.44.0 // indirect
41-
golang.org/x/text v0.36.0 // indirect
36+
golang.org/x/crypto v0.54.0 // indirect
37+
golang.org/x/net v0.57.0 // indirect
38+
golang.org/x/sys v0.47.0 // indirect
39+
golang.org/x/text v0.40.0 // indirect
4240
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
41+
gopkg.in/ini.v1 v1.67.3 // indirect
4342
)

0 commit comments

Comments
 (0)