File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1212 outputs :
1313 answer : ${{ steps.is-needed.outputs.answer }}
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 with :
1717 fetch-depth : 2
1818 - name : Check if run by adabot
@@ -65,11 +65,10 @@ jobs:
6565 if : needs.check-if-needed.outputs.answer == 'true'
6666 needs : check-if-needed
6767 steps :
68- - uses : actions/setup-python@v4
68+ - uses : actions/setup-python@v5
6969 with :
7070 python-version : " 3.x"
71- - uses : actions/checkout@v3
72- - uses : actions/checkout@v3
71+ - uses : actions/checkout@v4
7372 with :
7473 repository : adafruit/ci-arduino
7574 path : ci
9897
9998
10099 - name : Upload build artifacts
101- uses : actions/upload-artifact@v3
100+ uses : actions/upload-artifact@v4
102101 with :
103102 name : ${{ github.event.repository.name }}.${{ github.sha }}
104103 path : |
Original file line number Diff line number Diff line change 66 spdx :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/setup-python@v4
9+ - uses : actions/setup-python@v5
1010 with :
1111 python-version : " 3.x"
1212 - name : Checkout Current Repo
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414
1515 - name : check SPDX licensing
1616 run : python ./SPDX.py
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Set up Python 3.10
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : " 3.10"
2525 - name : Versions
2929 run : |
3030 pip install --force-reinstall pylint==2.7.1
3131 - name : Checkout Current Repo
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3333
3434 - name : lint
3535 run : ./pylint_check.sh
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 GITHUB_CONTEXT : ${{ toJson(github) }}
2222 run : echo "$GITHUB_CONTEXT"
2323
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525
2626 - name : Set up Python 3.x
27- uses : actions/setup-python@v4
27+ uses : actions/setup-python@v5
2828 with :
2929 python-version : " 3.x"
3030
You can’t perform that action at this time.
0 commit comments