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 18181919
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v5.6 .0
21+ uses : actions/setup-python@v6.0 .0
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
3939 steps :
40404141 - name : Set up Python
42- uses : actions/setup-python@v5.6 .0
42+ uses : actions/setup-python@v6.0 .0
4343 with :
4444 python-version : 3.13
4545 - name : Install python dependencies
5555 # steps:
5656 # - uses: actions/[email protected] 5757 # - name: Set up Python
58- # uses: actions/setup-python@v5.6 .0
58+ # uses: actions/setup-python@v6.0 .0
5959 # with:
6060 # python-version: 3.13
6161 # - name: Install python dependencies
Original file line number Diff line number Diff line change 21212222
2323 - name : Set up Python
24- uses : actions/setup-python@v5.6 .0
24+ uses : actions/setup-python@v6.0 .0
2525 with :
2626 python-version : 3.13
2727
@@ -113,7 +113,7 @@ jobs:
113113 ref : main
114114
115115 - name : Set up Python
116- uses : actions/setup-python@v5.6 .0
116+ uses : actions/setup-python@v6.0 .0
117117 with :
118118 python-version : 3.13
119119
You can’t perform that action at this time.
0 commit comments