File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v5.0.0
2121
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v5.6 .0
23+ uses : actions/setup-python@v6.0 .0
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626
4141 steps :
4242 - uses : actions/checkout@v5.0.0
4343 - name : Set up Python 3.13
44- uses : actions/setup-python@v5.6 .0
44+ uses : actions/setup-python@v6.0 .0
4545 with :
4646 python-version : 3.13
4747 - name : Install python dependencies
5757 steps :
5858 - uses : actions/checkout@v5.0.0
5959 - name : Set up Python 3.13
60- uses : actions/setup-python@v5.6 .0
60+ uses : actions/setup-python@v6.0 .0
6161 with :
6262 python-version : 3.13
6363 - name : Install python dependencies
8383 uses : actions/checkout@v5.0.0
8484
8585 - name : Set up Python ${{ matrix.python-version }}
86- uses : actions/setup-python@v5.6 .0
86+ uses : actions/setup-python@v6.0 .0
8787 with :
8888 python-version : ${{ matrix.python-version }}
8989
Original file line number Diff line number Diff line change 2121 uses : actions/checkout@v5.0.0
2222
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