Skip to content

Commit 3ef930a

Browse files
chore(deps): update github workflows
Generated by renovateBot
1 parent dd5b4dc commit 3ef930a

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
@@ -50,7 +50,7 @@ jobs:
5050
key: cross-${{ runner.os }}-zig0.14.1-alsa1.2.12-${{ hashFiles('scripts/setup-cross.sh') }}
5151

5252
- name: GoReleaser snapshot build
53-
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
53+
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7
5454
with:
5555
distribution: goreleaser
5656
version: latest

.github/workflows/release.yaml

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

9595
- name: Run GoReleaser
96-
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
96+
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7
9797
with:
9898
distribution: goreleaser
9999
version: latest
@@ -153,7 +153,7 @@ jobs:
153153
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
154154

155155
- name: Login to DockerHub
156-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
156+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
157157
with:
158158
username: ${{ secrets.DOCKERHUB_USERNAME }}
159159
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.12.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
@@ -121,7 +121,7 @@ jobs:
121121
- name: Set up Python
122122
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
123123
with:
124-
python-version: "3.12"
124+
python-version: "3.14"
125125

126126
- name: Set up uv
127127
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
@@ -176,7 +176,7 @@ jobs:
176176
if: matrix.lang == 'python'
177177
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
178178
with:
179-
python-version: "3.12"
179+
python-version: "3.14"
180180

181181
- name: Set up uv
182182
if: matrix.lang == 'python'

0 commit comments

Comments
 (0)