Skip to content

Commit 86e5ef0

Browse files
Update github workflows
Generated by renovateBot
1 parent 30653a3 commit 86e5ef0

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/generate.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2727

2828
- name: Install Protoc
29-
uses: arduino/setup-protoc@a8b67ba40b37d35169e222f3bb352603327985b6 # v2.1.0
29+
uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
3030
with:
3131
repo-token: ${{ secrets.GITHUB_TOKEN }}
3232

@@ -39,7 +39,7 @@ jobs:
3939
run: go mod tidy
4040

4141
- name: Install generators
42-
uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0
42+
uses: magefile/mage-action@a662bd8c29d8106879588cfff83b2faf6e6f59db # v4
4343
with:
4444
version: latest
4545
install-only: true
@@ -50,7 +50,7 @@ jobs:
5050
- name: Generate Protobuf
5151
run: mage proto
5252

53-
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
53+
- uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0
5454

5555
- name: Use Node.js 20
5656
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
@@ -66,7 +66,7 @@ jobs:
6666
pnpm --filter @livekit/protocol run generate:proto
6767
6868
- name: Add changes
69-
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
69+
uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10
7070
with:
7171
add: '["livekit", "replay", "rpc", "infra", "packages/javascript/src/gen"]'
7272
default_author: github_actions

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121

2222
- name: Install Protoc
23-
uses: arduino/setup-protoc@a8b67ba40b37d35169e222f3bb352603327985b6 # v2.1.0
23+
uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
2424
with:
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}
2626

27-
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
27+
- uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0
2828

2929
- name: Use Node.js 20
3030
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0

0 commit comments

Comments
 (0)