Update actions/checkout action to v4

Generated by renovateBot
This commit is contained in:
renovate[bot]
2023-09-05 08:52:34 +00:00
committed by Sean DuBois
parent 60eea430ac
commit 824739f042
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: test - name: test
run: | run: |
docker build -t pion-webrtc-e2e -f e2e/Dockerfile . docker build -t pion-webrtc-e2e -f e2e/Dockerfile .

View File

@@ -15,6 +15,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: test - name: test
run: cd examples/pion-to-pion && ./test.sh run: cd examples/pion-to-pion && ./test.sh

View File

@@ -11,7 +11,7 @@ jobs:
StandardJS: StandardJS:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 12.x node-version: 12.x