Skip to content

Commit 622bad9

Browse files
chore(deps): update github workflows
Generated by renovateBot
1 parent e6e30a5 commit 622bad9

6 files changed

Lines changed: 33 additions & 33 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 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

@@ -44,7 +44,7 @@ jobs:
4444
version: 0.14.1
4545

4646
- name: Cache cross-compile inputs
47-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
47+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
4848
with:
4949
path: .cross
5050
key: cross-${{ runner.os }}-zig0.14.1-alsa1.2.12-${{ hashFiles('scripts/setup-cross.sh') }}
@@ -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: 10 additions & 10 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
@@ -87,7 +87,7 @@ jobs:
8787
version: 0.14.1
8888

8989
- name: Cache cross-compile inputs
90-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
90+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
9191
with:
9292
path: .cross
9393
key: cross-${{ runner.os }}-zig0.14.1-alsa1.2.12-${{ hashFiles('scripts/setup-cross.sh') }}
@@ -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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Checkout livekit-cli
54-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
54+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
5555
with:
5656
# pkg/portaudio/pa_src is a submodule with the vendored PortAudio C
5757
# source; needed now that console (cgo) builds unconditionally.
@@ -69,13 +69,13 @@ jobs:
6969

7070
- name: Set up Python
7171
if: matrix.lang == 'python'
72-
uses: actions/setup-python@v5
72+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
7373
with:
7474
python-version: "3.12"
7575

7676
- name: Set up uv
7777
if: matrix.lang == 'python'
78-
uses: astral-sh/setup-uv@v5
78+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
7979
with:
8080
enable-cache: true
8181

@@ -86,10 +86,10 @@ jobs:
8686

8787
- name: Set up Node
8888
if: matrix.lang == 'node'
89-
uses: actions/setup-node@v4
89+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
9090
with:
9191
# --experimental-strip-types (used to run the .ts entrypoint) needs >= 22.6.
92-
node-version: "22"
92+
node-version: "24"
9393

9494
- name: Install Node echo agent deps
9595
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 }}

.github/workflows/windows.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout livekit-cli
39-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
39+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
4040
with:
4141
# pkg/portaudio/pa_src is a submodule with the vendored PortAudio C
4242
# source linked into cmd/lk via cgo.
@@ -87,7 +87,7 @@ jobs:
8787
echo "Built lk.exe and:"; cat dist/manifest.tsv
8888
8989
- name: Upload Windows artifacts
90-
uses: actions/upload-artifact@v4
90+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
9191
with:
9292
name: windows-artifacts
9393
path: dist
@@ -110,21 +110,21 @@ jobs:
110110
- name: Checkout livekit-cli
111111
# Test fixtures (cmd/lk/testdata, pkg/agentfs/examples) are read at
112112
# runtime; submodules are C source already compiled into the binaries.
113-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
113+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
114114

115115
- name: Download Windows artifacts
116-
uses: actions/download-artifact@v4
116+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
117117
with:
118118
name: windows-artifacts
119119
path: dist
120120

121121
- name: Set up Python
122-
uses: actions/setup-python@v5
122+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
123123
with:
124124
python-version: "3.12"
125125

126126
- name: Set up uv
127-
uses: astral-sh/setup-uv@v5
127+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
128128
with:
129129
enable-cache: true
130130

@@ -164,23 +164,23 @@ jobs:
164164
steps:
165165
- name: Checkout livekit-cli
166166
# Needed for the echo-agent fixtures; submodules are compiled into lk.exe.
167-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
167+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
168168

169169
- name: Download Windows artifacts
170-
uses: actions/download-artifact@v4
170+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
171171
with:
172172
name: windows-artifacts
173173
path: dist
174174

175175
- name: Set up Python
176176
if: matrix.lang == 'python'
177-
uses: actions/setup-python@v5
177+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
178178
with:
179179
python-version: "3.12"
180180

181181
- name: Set up uv
182182
if: matrix.lang == 'python'
183-
uses: astral-sh/setup-uv@v5
183+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
184184
with:
185185
enable-cache: true
186186

@@ -191,10 +191,10 @@ jobs:
191191

192192
- name: Set up Node
193193
if: matrix.lang == 'node'
194-
uses: actions/setup-node@v4
194+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
195195
with:
196196
# --experimental-strip-types (used to run the .ts entrypoint) needs >= 22.6.
197-
node-version: "22"
197+
node-version: "24"
198198

199199
- name: Install Node echo agent deps
200200
if: matrix.lang == 'node'

0 commit comments

Comments
 (0)