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 46
46
name : " Pre-release dependencies" # Mainly to test Mesa pre-releases
47
47
48
48
steps :
49
- - uses : actions/checkout@v4
49
+ - uses : actions/checkout@v5
50
50
- name : Set up Python ${{ matrix.python-version }}
51
51
uses : actions/setup-python@v5
52
52
with :
Original file line number Diff line number Diff line change 11
11
codespell :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- uses : codespell-project/actions-codespell@master
16
16
with :
17
17
ignore_words_file : .codespellignore
Original file line number Diff line number Diff line change 19
19
examples :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- name : Set up Python
24
24
uses : actions/setup-python@v5
25
25
with :
30
30
- name : Install Mesa
31
31
run : uv pip install --system .[examples]
32
32
- name : Checkout mesa-examples
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
with :
35
35
repository : projectmesa/mesa-examples
36
36
path : mesa-examples
Original file line number Diff line number Diff line change 26
26
id-token : write
27
27
steps :
28
28
- name : Checkout source
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@v5
30
30
- name : Set up Python
31
31
uses : actions/setup-python@v5
32
32
with :
You can’t perform that action at this time.
0 commit comments