File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 run_scripts :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v4
2424
2525 - name : Set up Python
26- uses : actions/setup-python@v2
26+ uses : actions/setup-python@v5
2727 with :
28- python-version : 3.9
28+ python-version : 3.12
2929
3030 - name : Install testing dependencies
3131 run : |
Original file line number Diff line number Diff line change 3636
3737 - name : Set up Python
3838 if : steps.changed-files-specific.outputs.any_changed == 'true'
39- uses : actions/setup-python@v2
39+ uses : actions/setup-python@v5
4040 with :
41- python-version : 3.9
41+ python-version : 3.12
4242
4343 - name : Install testing dependencies
4444 if : steps.changed-files-specific.outputs.any_changed == 'true'
You can’t perform that action at this time.
0 commit comments