File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 fetch-depth : 0
2020 - name : Set up Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.x'
2424 - name : Install dependencies
Original file line number Diff line number Diff line change 2828 fetch-depth : 0
2929
3030 - name : Set up Python ${{ matrix.python-version }}
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434
5353 fetch-depth : 0
5454
5555 - name : Set up Python ${{ matrix.python-version }}
56- uses : actions/setup-python@v5
56+ uses : actions/setup-python@v6
5757 with :
5858 python-version : " 3.11"
5959
8585 fetch-depth : 0
8686
8787 - name : Set up Python ${{ matrix.python-version }}
88- uses : actions/setup-python@v5
88+ uses : actions/setup-python@v6
8989 with :
9090 python-version : ${{ matrix.python-version }}
9191
@@ -114,7 +114,7 @@ jobs:
114114 fetch-depth : 0
115115
116116 - name : Set up Python
117- uses : actions/setup-python@v5
117+ uses : actions/setup-python@v6
118118 with :
119119 python-version : " 3.11"
120120
@@ -138,7 +138,7 @@ jobs:
138138 fetch-depth : 0
139139
140140 - name : Set up Python
141- uses : actions/setup-python@v5
141+ uses : actions/setup-python@v6
142142 with :
143143 # Pin this to the same version used on in .readthedocs.yaml
144144 python-version : " 3.11"
You can’t perform that action at this time.
0 commit comments