Skip to content

Commit 66e8a34

Browse files
Update actions/checkout action to v5 (#142)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8652feb commit 66e8a34

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@v4
17+
- uses: actions/checkout@v5
1818
- name: Setup Python
1919
uses: actions/setup-python@v5
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@v4
20+
- uses: actions/checkout@v5
2121
- name: Setup Python
2222
uses: actions/setup-python@v5
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@v4
20+
- uses: actions/checkout@v5
2121
- name: Setup Python
2222
uses: actions/setup-python@v5
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@v4
20+
- uses: actions/checkout@v5
2121
- name: Setup Python
2222
uses: actions/setup-python@v5
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@v4
17+
- uses: actions/checkout@v5
1818
- name: Setup Python
1919
uses: actions/setup-python@v5
2020
with:

0 commit comments

Comments
 (0)