2323 runs-on : " ubuntu-20.04"
2424 continue-on-error : ${{ matrix.config.experimental }}
2525 env :
26- USING_COVERAGE : ' 3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-alpha.2 ,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
26+ USING_COVERAGE : ' 3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-alpha.3 ,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
2727
2828 strategy :
2929 fail-fast : False
@@ -36,15 +36,15 @@ jobs:
3636 - {python-version: "3.10", testenvs: "py310,build", experimental: False}
3737 - {python-version: "3.11", testenvs: "py311,build", experimental: True}
3838 - {python-version: "3.12", testenvs: "py312,build", experimental: True}
39- - {python-version: "3.13.0-alpha.2 ", testenvs: "py313-dev,build", experimental: True}
39+ - {python-version: "3.13.0-alpha.3 ", testenvs: "py313-dev,build", experimental: True}
4040 - {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
4141 - {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False}
4242 - {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: False}
4343 - {python-version: "pypy-3.9", testenvs: "pypy39,build", experimental: True}
4444
4545 steps :
4646 - name : Checkout 🛎️
47- uses : " actions/checkout@v3 "
47+ uses : " actions/checkout@v4 "
4848
4949 - name : Check for changed files
5050 if : startsWith(github.ref, 'refs/tags/') != true
5959 - name : Setup Python 🐍
6060 id : setup-python
6161 if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
62- uses : " actions/setup-python@v4 "
62+ uses : " actions/setup-python@v5 "
6363 with :
6464 python-version : " ${{ matrix.config.python-version }}"
6565
@@ -89,10 +89,10 @@ jobs:
8989 runs-on : " ubuntu-20.04"
9090 steps :
9191 - name : Checkout 🛎️
92- uses : " actions/checkout@v3 "
92+ uses : " actions/checkout@v4 "
9393
9494 - name : Setup Python 🐍
95- uses : " actions/setup-python@v4 "
95+ uses : " actions/setup-python@v5 "
9696 with :
9797 python-version : 3.8
9898
@@ -138,11 +138,11 @@ jobs:
138138 runs-on : " ubuntu-20.04"
139139 steps :
140140 - name : Checkout 🛎️
141- uses : " actions/checkout@v3 "
141+ uses : " actions/checkout@v4 "
142142 if : startsWith(github.ref, 'refs/tags/')
143143
144144 - name : Setup Python 🐍
145- uses : " actions/setup-python@v4 "
145+ uses : " actions/setup-python@v5 "
146146 if : startsWith(github.ref, 'refs/tags/')
147147 with :
148148 python-version : 3.8
@@ -183,10 +183,10 @@ jobs:
183183 if : startsWith(github.ref, 'refs/tags/') || (startsWith(github.event.head_commit.message, 'Bump version') != true)
184184 steps :
185185 - name : Checkout 🛎️
186- uses : " actions/checkout@v3 "
186+ uses : " actions/checkout@v4 "
187187
188188 - name : Setup Python 🐍
189- uses : " actions/setup-python@v4 "
189+ uses : " actions/setup-python@v5 "
190190 with :
191191 python-version : 3.8
192192
0 commit comments