1515 steps :
1616 - uses : actions/checkout@v5
1717 - name : Set up Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ' 3.x'
2121 - name : Install dependencies
3131 steps :
3232 - uses : actions/checkout@v5
3333 - name : Set up Python
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : ' 3.11'
3737 - name : Install dependencies
5151 steps :
5252 - uses : actions/checkout@v5
5353 - name : Set up Python
54- uses : actions/setup-python@v5
54+ uses : actions/setup-python@v6
5555 with :
5656 python-version : ' 3.x'
5757 - name : Install dependencies
7171 steps :
7272 - uses : actions/checkout@v5
7373 - name : Set up Python
74- uses : actions/setup-python@v5
74+ uses : actions/setup-python@v6
7575 with :
7676 python-version : ' 3.x'
7777 - name : Install dependencies
8787 steps :
8888 - uses : actions/checkout@v5
8989 - name : Set up Python
90- uses : actions/setup-python@v5
90+ uses : actions/setup-python@v6
9191 with :
9292 python-version : ' 3.x'
9393 - name : Install dependencies
@@ -110,7 +110,7 @@ jobs:
110110 steps :
111111 - uses : actions/checkout@v5
112112 - name : Set up Python ${{ matrix.python-version }}
113- uses : actions/setup-python@v5
113+ uses : actions/setup-python@v6
114114 with :
115115 python-version : ${{ matrix.python-version }}
116116 - name : Install dependencies
@@ -153,7 +153,7 @@ jobs:
153153 with :
154154 fetch-depth : 0 # need for setuptools_scm
155155 - name : Set up Python
156- uses : actions/setup-python@v5
156+ uses : actions/setup-python@v6
157157 with :
158158 python-version : ' 3.x'
159159 - name : Install dependencies
@@ -175,7 +175,7 @@ jobs:
175175 steps :
176176 - uses : actions/checkout@v5
177177 - name : Set up Python
178- uses : actions/setup-python@v5
178+ uses : actions/setup-python@v6
179179 with :
180180 python-version : ' 3.x'
181181 cache : ' pip'
0 commit comments