Skip to content

Commit eca54ea

Browse files
renovate-botSean-Der
authored andcommitted
Update actions/checkout action to v3
Generated by renovateBot
1 parent 54c8e4d commit eca54ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/browser-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
- name: test
1818
run: |
1919
docker build -t pion-webrtc-e2e -f e2e/Dockerfile .

.github/workflows/standardjs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
StandardJS:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v2
1414
with:
1515
node-version: 12.x

0 commit comments

Comments
 (0)