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