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 enable-cache : true
2121
2222 - name : Set up Python
23- uses : actions/setup-python@v6
23+ uses : actions/setup-python@v6.2.0
2424 with :
2525 python-version-file : .python-version
2626
5353 enable-cache : true
5454
5555 - name : Set up Python ${{ matrix.python-version }}
56- uses : actions/setup-python@v6
56+ uses : actions/setup-python@v6.2.0
5757 with :
5858 python-version : ${{ matrix.python-version }}
5959
8080 enable-cache : true
8181
8282 - name : Set up Python
83- uses : actions/setup-python@v6
83+ uses : actions/setup-python@v6.2.0
8484 with :
8585 python-version-file : .python-version
8686
@@ -142,7 +142,7 @@ jobs:
142142
143143 - name : Set up Python
144144 if : steps.filter.outputs.docs == 'true'
145- uses : actions/setup-python@v6
145+ uses : actions/setup-python@v6.2.0
146146 with :
147147 python-version-file : .python-version
148148
Original file line number Diff line number Diff line change 5151 enable-cache : true
5252
5353 - name : Set up Python
54- uses : actions/setup-python@v6
54+ uses : actions/setup-python@v6.2.0
5555 with :
5656 python-version-file : .python-version
5757
Original file line number Diff line number Diff line change 4646 enable-cache : true
4747
4848 - name : Set up Python
49- uses : actions/setup-python@v6
49+ uses : actions/setup-python@v6.2.0
5050 with :
5151 python-version-file : .python-version
5252
You can’t perform that action at this time.
0 commit comments