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@v4
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : ' 3.x'
2424 - name : Install dependencies
Original file line number Diff line number Diff line change 2727 fetch-depth : 0
2828
2929 - name : Set up Python ${{ matrix.python-version }}
30- uses : actions/setup-python@v4
30+ uses : actions/setup-python@v5
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333
5252 fetch-depth : 0
5353
5454 - name : Set up Python ${{ matrix.python-version }}
55- uses : actions/setup-python@v4
55+ uses : actions/setup-python@v5
5656 with :
5757 python-version : " 3.11"
5858
8383 fetch-depth : 0
8484
8585 - name : Set up Python ${{ matrix.python-version }}
86- uses : actions/setup-python@v4
86+ uses : actions/setup-python@v5
8787 with :
8888 python-version : ${{ matrix.python-version }}
8989
@@ -112,7 +112,7 @@ jobs:
112112 fetch-depth : 0
113113
114114 - name : Set up Python
115- uses : actions/setup-python@v4
115+ uses : actions/setup-python@v5
116116 with :
117117 python-version : " 3.11"
118118
@@ -136,7 +136,7 @@ jobs:
136136 fetch-depth : 0
137137
138138 - name : Set up Python
139- uses : actions/setup-python@v4
139+ uses : actions/setup-python@v5
140140 with :
141141 # Pin this to the same version used on in .readthedocs.yaml
142142 python-version : " 3.11"
You can’t perform that action at this time.
0 commit comments