Skip to content

Commit 885b998

Browse files
Merge branch 'main' into fix-util
2 parents 132569f + 6482d1b commit 885b998

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/automatic-api-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: steps.buf-update.outputs.updated == 'true'
3636
run: "yarn run buf"
3737
- name: Create Pull Request
38-
uses: peter-evans/create-pull-request@v7.0.7
38+
uses: peter-evans/create-pull-request@v7.0.8
3939
if: steps.buf-update.outputs.updated == 'true'
4040
with:
4141
delete-branch: "true"

.github/workflows/cla.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on: # yamllint disable-line rule:truthy
1515
jobs:
1616
cla:
1717
name: "Check Signature"
18-
runs-on: "buildjet-2vcpu-ubuntu-2204"
18+
runs-on: "ubuntu-latest"
1919
steps:
2020
- uses: "authzed/actions/cla-check@main"
2121
with:

.github/workflows/manual-api-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: steps.buf-update.outputs.updated == 'true'
3737
run: "buf generate"
3838
- name: Create Pull Request
39-
uses: peter-evans/create-pull-request@v7.0.7
39+
uses: peter-evans/create-pull-request@v7.0.8
4040
if: steps.buf-update.outputs.updated == 'true'
4141
with:
4242
delete-branch: "true"

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "*"
1010
jobs:
1111
paths-filter:
12-
runs-on: "buildjet-2vcpu-ubuntu-2204"
12+
runs-on: "depot-ubuntu-24.04-small"
1313
outputs:
1414
codechange: "${{ steps.code-filter.outputs.codechange }}"
1515
steps:
@@ -26,7 +26,7 @@ jobs:
2626
- buf.gen.yaml
2727
test:
2828
name: Lint and Test
29-
runs-on: "buildjet-2vcpu-ubuntu-2204"
29+
runs-on: "depot-ubuntu-24.04-small"
3030
strategy:
3131
matrix:
3232
node-version: [18, 20, 22]
@@ -52,7 +52,7 @@ jobs:
5252
run: CI=true yarn only-run-tests
5353
build-js-client:
5454
name: Build and Test JS client
55-
runs-on: "buildjet-2vcpu-ubuntu-2204"
55+
runs-on: "depot-ubuntu-24.04-small"
5656
strategy:
5757
matrix:
5858
node-version: [18, 20, 22]

0 commit comments

Comments
 (0)