File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
actions/setup-python-environment Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 sudo apt install libegl1-mesa -y
1919
2020 - name : Checkout code
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222
2323 - name : Setup python ${{ inputs.python-version }}
2424 uses : pdm-project/setup-pdm@v3
Original file line number Diff line number Diff line change 1313 - make tox
1414
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717
1818 - name : Set up Python ${{ matrix.python-version }}
1919 id : setup-python
Original file line number Diff line number Diff line change 99 pre-commit-auto-update :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313
1414 - uses : actions/setup-python@v4
1515
Original file line number Diff line number Diff line change 1212 if : " !contains(github.event.head_commit.message, 'release-skip')"
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616
1717 - name : Set up Python
1818 id : setup-python
3434
3535 steps :
3636 - name : Checkout code
37- uses : actions/checkout@v3
37+ uses : actions/checkout@v4
3838
3939 - name : Zip boiling_learning/
4040 run : |
You can’t perform that action at this time.
0 commit comments