Skip to content

Commit 6b653c9

Browse files
renovate[bot]JoTurk
authored andcommitted
Update actions/checkout action to v7
Generated by renovateBot
1 parent 3356241 commit 6b653c9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/browser-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919
- name: test
2020
run: |
2121
docker build -t pion-webrtc-e2e -f e2e/Dockerfile .

.github/workflows/examples-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919
- name: test
2020
run: cd examples/pion-to-pion && ./test.sh

.github/workflows/standardjs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
StandardJS:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515
- uses: actions/setup-node@v6
1616
with:
1717
node-version: 24.x

0 commit comments

Comments
 (0)