Skip to content

Commit 91c5910

Browse files
chore(deps): update github workflows
Generated by renovateBot
1 parent 9e24a15 commit 91c5910

5 files changed

Lines changed: 27 additions & 27 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Cross-build linux+windows (zig)
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
32+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3333
with:
3434
submodules: true
3535

@@ -79,7 +79,7 @@ jobs:
7979
name: Build darwin (native)
8080
runs-on: macos-latest
8181
steps:
82-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
82+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
8383
with:
8484
submodules: true
8585

.github/workflows/install-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
30+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3131

3232
- name: Run installer
3333
run: bash install-cli.sh

.github/workflows/release.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: macos-latest
3333
steps:
3434
- name: Checkout Git LFS
35-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
35+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3636
with:
3737
lfs: 'true'
3838
# pkg/portaudio/pa_src holds the vendored PortAudio C source the cgo
@@ -112,7 +112,7 @@ jobs:
112112
cp dist/lk-linux-arm64_*/lk docker-bin/lk_linux_arm64
113113
114114
- name: Upload linux binaries
115-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
115+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
116116
with:
117117
name: docker-bin
118118
path: docker-bin/
@@ -126,10 +126,10 @@ jobs:
126126
runs-on: ubuntu-latest
127127
steps:
128128
- name: Checkout
129-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
129+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
130130

131131
- name: Download linux binaries
132-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
132+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
133133
with:
134134
name: docker-bin
135135
path: .
@@ -139,27 +139,27 @@ jobs:
139139

140140
- name: Docker meta
141141
id: meta
142-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
142+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6
143143
with:
144144
images: livekit/livekit-cli
145145
tags: |
146146
type=semver,pattern=v{{version}}
147147
type=semver,pattern=v{{major}}.{{minor}}
148148
149149
- name: Set up QEMU
150-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
150+
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4
151151

152152
- name: Set up Docker Buildx
153-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
153+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
154154

155155
- name: Login to DockerHub
156-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
156+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
157157
with:
158158
username: ${{ secrets.DOCKERHUB_USERNAME }}
159159
password: ${{ secrets.DOCKERHUB_TOKEN }}
160160

161161
- name: Build and push
162-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
162+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7
163163
with:
164164
context: .
165165
push: true

.github/workflows/session-e2e.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Checkout livekit-cli
63-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
63+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
6464
with:
6565
# pkg/portaudio/pa_src is a submodule with the vendored PortAudio C
6666
# source; needed now that console (cgo) builds unconditionally.
@@ -78,13 +78,13 @@ jobs:
7878

7979
- name: Set up Python
8080
if: matrix.lang == 'python'
81-
uses: actions/setup-python@v5
81+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
8282
with:
8383
python-version: "3.12"
8484

8585
- name: Set up uv
8686
if: matrix.lang == 'python'
87-
uses: astral-sh/setup-uv@v5
87+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
8888
with:
8989
enable-cache: true
9090

@@ -95,10 +95,10 @@ jobs:
9595

9696
- name: Set up Node
9797
if: matrix.lang == 'node'
98-
uses: actions/setup-node@v4
98+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
9999
with:
100100
# --experimental-strip-types (used to run the .ts entrypoint) needs >= 22.6.
101-
node-version: "22"
101+
node-version: "24"
102102

103103
- name: Install Node echo agent deps
104104
if: matrix.lang == 'node'
@@ -127,7 +127,7 @@ jobs:
127127

128128
steps:
129129
- name: Checkout livekit-cli
130-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
130+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
131131
with:
132132
submodules: true
133133

@@ -166,7 +166,7 @@ jobs:
166166
go test -c -ldflags="$ldflags" -o dist/session-e2e.test.exe ./cmd/lk
167167
168168
- name: Upload Windows artifacts
169-
uses: actions/upload-artifact@v4
169+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
170170
with:
171171
name: windows-e2e
172172
path: dist/*.exe
@@ -190,25 +190,25 @@ jobs:
190190

191191
steps:
192192
- name: Checkout livekit-cli
193-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
193+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
194194
# No submodules: the prebuilt binaries already contain the cgo code;
195195
# only the echo-agent fixtures (plain repo files) are needed at runtime.
196196

197197
- name: Download Windows artifacts
198-
uses: actions/download-artifact@v4
198+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
199199
with:
200200
name: windows-e2e
201201
path: dist
202202

203203
- name: Set up Python
204204
if: matrix.lang == 'python'
205-
uses: actions/setup-python@v5
205+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
206206
with:
207207
python-version: "3.12"
208208

209209
- name: Set up uv
210210
if: matrix.lang == 'python'
211-
uses: astral-sh/setup-uv@v5
211+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
212212
with:
213213
enable-cache: true
214214

@@ -219,10 +219,10 @@ jobs:
219219

220220
- name: Set up Node
221221
if: matrix.lang == 'node'
222-
uses: actions/setup-node@v4
222+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
223223
with:
224224
# --experimental-strip-types (used to run the .ts entrypoint) needs >= 22.6.
225-
node-version: "22"
225+
node-version: "24"
226226

227227
- name: Install Node echo agent deps
228228
if: matrix.lang == 'node'

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
packages: read
2323

2424
steps:
25-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
25+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2626
with:
2727
# pkg/portaudio/pa_src is a submodule with the vendored PortAudio C
2828
# source; needed now that console (cgo) builds unconditionally.
@@ -65,7 +65,7 @@ jobs:
6565
fi
6666
6767
- name: Upload test log
68-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
68+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
6969
if: always()
7070
with:
7171
name: test-log-${{ matrix.os }}

0 commit comments

Comments
 (0)