File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 uses : actions/checkout@v5
2222
2323 - name : Set up Python 3.11
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ' 3.11'
2727
Original file line number Diff line number Diff line change 1818 fetch-depth : 0
1919
2020 - name : Set up Python 3.11
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.11'
2424
Original file line number Diff line number Diff line change 4444 fi
4545
4646 - name : Setup Python 3.11
47- uses : actions/setup-python@v5
47+ uses : actions/setup-python@v6
4848 with :
4949 python-version : ' 3.11'
5050
Original file line number Diff line number Diff line change 3333 uses : actions/checkout@v5
3434
3535 - name : Set up Python ${{matrix.python}}
36- uses : actions/setup-python@v5
36+ uses : actions/setup-python@v6
3737 with :
3838 python-version : ${{ matrix.python }}
3939
You can’t perform that action at this time.
0 commit comments