mirror of
https://github.com/pion/webrtc.git
synced 2025-09-26 19:21:12 +08:00
Update actions/checkout action to v5
Generated by renovateBot
This commit is contained in:
![29139614+renovate[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
Sean DuBois

parent
5b098de582
commit
4eebb3eddc
2
.github/workflows/browser-e2e.yaml
vendored
2
.github/workflows/browser-e2e.yaml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
- name: test
|
||||
run: |
|
||||
docker build -t pion-webrtc-e2e -f e2e/Dockerfile .
|
||||
|
2
.github/workflows/examples-tests.yaml
vendored
2
.github/workflows/examples-tests.yaml
vendored
@@ -15,6 +15,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
- name: test
|
||||
run: cd examples/pion-to-pion && ./test.sh
|
||||
|
2
.github/workflows/standardjs.yaml
vendored
2
.github/workflows/standardjs.yaml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
StandardJS:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.x
|
||||
|
Reference in New Issue
Block a user