File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout repo
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020
2121 - name : Build
2222 run : docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build
Original file line number Diff line number Diff line change 1212# image: python:latest
1313#
1414# steps:
15- # - uses: actions/checkout@v3
15+ # - uses: actions/checkout@v4
1616#
1717# - name: python version
1818# run: python --version
2626 image : python:3.11
2727
2828 steps :
29- - uses : actions/checkout@v3
29+ - uses : actions/checkout@v4
3030
3131 - name : python version
3232 run : python --version
4040 image : python:3.7
4141
4242 steps :
43- - uses : actions/checkout@v3
43+ - uses : actions/checkout@v4
4444
4545 - name : python version
4646 run : python --version
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 - name : Set up Python
2525 uses : actions/setup-python@v4
2626 with :
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 - name : Set up Python
2525 uses : actions/setup-python@v4
2626 with :
You can’t perform that action at this time.
0 commit comments