mirror of
https://github.com/pion/webrtc.git
synced 2025-10-03 06:22:20 +08:00
Update actions/checkout action to v3
Generated by renovateBot
This commit is contained in:

committed by
Sean DuBois

parent
54c8e4d26a
commit
eca54ea394
2
.github/workflows/browser-e2e.yaml
vendored
2
.github/workflows/browser-e2e.yaml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
docker build -t pion-webrtc-e2e -f e2e/Dockerfile .
|
docker build -t pion-webrtc-e2e -f e2e/Dockerfile .
|
||||||
|
2
.github/workflows/standardjs.yaml
vendored
2
.github/workflows/standardjs.yaml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
StandardJS:
|
StandardJS:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 12.x
|
||||||
|
Reference in New Issue
Block a user