Skip to content

Commit 1bba4ef

Browse files
authored
Update build.yml
1 parent 0102fea commit 1bba4ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: actions/setup-python@v4
9+
- uses: actions/checkout@v5
10+
- uses: actions/setup-python@v6
1111
- name: Setup environment
1212
run: source tools/ci.sh && ci_build_packages_setup
1313
- name: Check manifest files

0 commit comments

Comments
 (0)