Skip to content

Commit b18b536

Browse files
Update actions/checkout action to v6 (#154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent af35da3 commit b18b536

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/desktop_web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- name: Setup Python
1919
uses: actions/setup-python@v6
2020
with:

.github/workflows/mobile_native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
test: [ best-practice-mobile-native-us-android, best-practice-mobile-native-us-ios]
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Setup Python
2222
uses: actions/setup-python@v6
2323
with:

.github/workflows/mobile_web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
test: [ best-practice-mobile-web-vdc-us, best-practice-mobile-web-rdc-us]
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Setup Python
2222
uses: actions/setup-python@v6
2323
with:

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
test: [ best-practice-desktop-us, demo]
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Setup Python
2222
uses: actions/setup-python@v6
2323
with:

.github/workflows/robot_desktop_web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- name: Setup Python
1919
uses: actions/setup-python@v6
2020
with:

0 commit comments

Comments
 (0)