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
5050 steps :
5151 - uses : actions/checkout@v5
5252 - name : Set up Python
53- uses : actions/setup-python@v5
53+ uses : actions/setup-python@v6
5454 with :
5555 python-version : ' 3.x'
5656 - name : Install dependencies
6969 steps :
7070 - uses : actions/checkout@v5
7171 - name : Set up Python
72- uses : actions/setup-python@v5
72+ uses : actions/setup-python@v6
7373 with :
7474 python-version : ' 3.x'
7575 - name : Install dependencies
8585 steps :
8686 - uses : actions/checkout@v5
8787 - name : Set up Python
88- uses : actions/setup-python@v5
88+ uses : actions/setup-python@v6
8989 with :
9090 python-version : ' 3.x'
9191 - name : Install dependencies
@@ -108,7 +108,7 @@ jobs:
108108 steps :
109109 - uses : actions/checkout@v5
110110 - name : Set up Python ${{ matrix.python-version }}
111- uses : actions/setup-python@v5
111+ uses : actions/setup-python@v6
112112 with :
113113 python-version : ${{ matrix.python-version }}
114114 - name : Install dependencies
@@ -149,7 +149,7 @@ jobs:
149149 with :
150150 fetch-depth : 0 # need for setuptools_scm
151151 - name : Set up Python
152- uses : actions/setup-python@v5
152+ uses : actions/setup-python@v6
153153 with :
154154 python-version : ' 3.x'
155155 - name : Install dependencies
@@ -171,7 +171,7 @@ jobs:
171171 steps :
172172 - uses : actions/checkout@v5
173173 - name : Set up Python
174- uses : actions/setup-python@v5
174+ uses : actions/setup-python@v6
175175 with :
176176 python-version : ' 3.x'
177177 cache : ' pip'
0 commit comments