Skip to content

Commit a9ff2af

Browse files
chore(deps): update actions/checkout action to v5 (#430)
* chore(deps): update actions/checkout action to v5 Generated by renovateBot * move to namespace --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Zhao <[email protected]>
1 parent 2ca6e4d commit a9ff2af

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
integration:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
lfs: true
3030

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
docker:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030

3131
- uses: actions/cache@v4
3232
with:

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ on:
2424

2525
jobs:
2626
test:
27-
runs-on: buildjet-8vcpu-ubuntu-2204
27+
runs-on: namespace-profile-8vcpu-cache
2828

2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131

3232
- name: Install Opus dependencies
3333
run: sudo apt-get update && sudo apt-get install -y libopus-dev libopusfile-dev libsoxr-dev

0 commit comments

Comments
 (0)