Skip to content

Commit 53bff4f

Browse files
chore(deps): update github workflows
Generated by renovateBot
1 parent 1b45769 commit 53bff4f

5 files changed

Lines changed: 23 additions & 23 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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Checkout livekit-cli
62-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
62+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
6363
with:
6464
# pkg/portaudio/pa_src is a submodule with the vendored PortAudio C
6565
# source; needed now that console (cgo) builds unconditionally.
@@ -76,12 +76,12 @@ jobs:
7676
cache: true
7777

7878
- name: Set up Python
79-
uses: actions/setup-python@v5
79+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
8080
with:
8181
python-version: "3.12"
8282

8383
- name: Set up uv
84-
uses: astral-sh/setup-uv@v5
84+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
8585
with:
8686
enable-cache: true
8787

@@ -108,7 +108,7 @@ jobs:
108108

109109
steps:
110110
- name: Checkout livekit-cli
111-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
111+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
112112
with:
113113
submodules: true
114114

@@ -147,7 +147,7 @@ jobs:
147147
go test -c -ldflags="$ldflags" -o dist/session-e2e.test.exe ./cmd/lk
148148
149149
- name: Upload Windows artifacts
150-
uses: actions/upload-artifact@v4
150+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
151151
with:
152152
name: windows-e2e
153153
path: dist/*.exe
@@ -166,23 +166,23 @@ jobs:
166166

167167
steps:
168168
- name: Checkout livekit-cli
169-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
169+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
170170
# No submodules: the prebuilt binaries already contain the cgo code;
171171
# only the echo-agent fixture (plain repo files) is needed at runtime.
172172

173173
- name: Download Windows artifacts
174-
uses: actions/download-artifact@v4
174+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
175175
with:
176176
name: windows-e2e
177177
path: dist
178178

179179
- name: Set up Python
180-
uses: actions/setup-python@v5
180+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
181181
with:
182182
python-version: "3.12"
183183

184184
- name: Set up uv
185-
uses: astral-sh/setup-uv@v5
185+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
186186
with:
187187
enable-cache: true
188188

.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)