Skip to content

Commit 66a45f9

Browse files
chore(deps): update github workflows
Generated by renovateBot
1 parent a0987c1 commit 66a45f9

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yaml

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

8181
- name: GoReleaser snapshot build
82-
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
82+
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7
8383
with:
8484
distribution: goreleaser
8585
version: latest

.github/workflows/release.yaml

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

124124
- name: GoReleaser build
125-
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
125+
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7
126126
with:
127127
distribution: goreleaser
128128
version: latest
@@ -228,7 +228,7 @@ jobs:
228228
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
229229

230230
- name: Login to DockerHub
231-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
231+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
232232
with:
233233
username: ${{ secrets.DOCKERHUB_USERNAME }}
234234
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.2
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
@@ -138,7 +138,7 @@ jobs:
138138
- name: Set up Python
139139
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
140140
with:
141-
python-version: "3.12"
141+
python-version: "3.14"
142142

143143
- name: Set up uv
144144
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
@@ -193,7 +193,7 @@ jobs:
193193
if: matrix.lang == 'python'
194194
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
195195
with:
196-
python-version: "3.12"
196+
python-version: "3.14"
197197

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

0 commit comments

Comments
 (0)