File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4646 name : " Pre-release dependencies" # Mainly to test Mesa pre-releases
4747
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050 - name : Set up Python ${{ matrix.python-version }}
5151 uses : actions/setup-python@v5
5252 with :
Original file line number Diff line number Diff line change 1111 codespell :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : codespell-project/actions-codespell@master
1616 with :
1717 ignore_words_file : .codespellignore
Original file line number Diff line number Diff line change 1919 examples :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - name : Set up Python
2424 uses : actions/setup-python@v5
2525 with :
3030 - name : Install Mesa
3131 run : uv pip install --system .[examples]
3232 - name : Checkout mesa-examples
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 with :
3535 repository : projectmesa/mesa-examples
3636 path : mesa-examples
Original file line number Diff line number Diff line change 2626 id-token : write
2727 steps :
2828 - name : Checkout source
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 - name : Set up Python
3131 uses : actions/setup-python@v5
3232 with :
You can’t perform that action at this time.
0 commit comments