Skip to content

Commit 418e18c

Browse files
renovate[bot]JoeTurki
authored andcommitted
Update actions/checkout action to v6
Generated by renovateBot
1 parent e6d249e commit 418e18c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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@v5
18+
uses: actions/checkout@v6
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@v5
18+
uses: actions/checkout@v6
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@v5
14+
- uses: actions/checkout@v6
1515
- uses: actions/setup-node@v5
1616
with:
1717
node-version: 24.x

0 commit comments

Comments
 (0)