Skip to content

Commit ba1121b

Browse files
chore(deps): update github workflows
Generated by renovateBot
1 parent 4d7d392 commit ba1121b

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
key: cross-${{ runner.os }}-${{ matrix.id }}-zig0.14.1-alsa1.2.12-${{ hashFiles('scripts/setup-cross.sh') }}
7676

7777
- name: GoReleaser snapshot build
78-
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
78+
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7
7979
with:
8080
distribution: goreleaser
8181
version: latest

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
key: cross-${{ runner.os }}-${{ matrix.id }}-zig0.14.1-alsa1.2.12-${{ hashFiles('scripts/setup-cross.sh') }}
120120

121121
- name: GoReleaser build
122-
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
122+
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7
123123
with:
124124
distribution: goreleaser
125125
version: latest
@@ -222,10 +222,10 @@ jobs:
222222
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4
223223

224224
- name: Set up Docker Buildx
225-
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
225+
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4
226226

227227
- name: Login to DockerHub
228-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
228+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
229229
with:
230230
username: ${{ secrets.DOCKERHUB_USERNAME }}
231231
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/session-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
if: matrix.lang == 'python'
7272
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
7373
with:
74-
python-version: "3.12"
74+
python-version: "3.14"
7575

7676
- name: Set up uv
7777
if: matrix.lang == 'python'

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
run: go mod download
4343

4444
- name: Lint
45-
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
45+
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
4646
with:
47-
version: v2.11.4
47+
version: v2.13.1
4848

4949
- name: Test
5050
shell: bash

.github/workflows/windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- name: Set up Python
138138
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
139139
with:
140-
python-version: "3.12"
140+
python-version: "3.14"
141141

142142
- name: Set up uv
143143
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
@@ -192,7 +192,7 @@ jobs:
192192
if: matrix.lang == 'python'
193193
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
194194
with:
195-
python-version: "3.12"
195+
python-version: "3.14"
196196

197197
- name: Set up uv
198198
if: matrix.lang == 'python'

0 commit comments

Comments
 (0)