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.1 '
26+ USING_COVERAGE : ' 3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-alpha.3 '
2727
2828 strategy :
2929 fail-fast : False
@@ -36,11 +36,11 @@ jobs:
3636 - {python-version: "3.10", testenvs: "py310-click{7,8},build", experimental: False}
3737 - {python-version: "3.11", testenvs: "py311-click{7,8},build", experimental: False}
3838 - {python-version: "3.12", testenvs: "py312-click{7,8},build", experimental: False}
39- - {python-version: "3.13.0-alpha.1 ", testenvs: "py313-dev-click{7,8},build", experimental: True}
39+ - {python-version: "3.13.0-alpha.3 ", testenvs: "py313-dev-click{7,8},build", experimental: True}
4040
4141 steps :
4242 - name : Checkout 🛎️
43- uses : " actions/checkout@v3 "
43+ uses : " actions/checkout@v4 "
4444
4545 - name : Check for changed files
4646 if : startsWith(github.ref, 'refs/tags/') != true
5555 - name : Setup Python 🐍
5656 id : setup-python
5757 if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
58- uses : " actions/setup-python@v4 "
58+ uses : " actions/setup-python@v5 "
5959 with :
6060 python-version : " ${{ matrix.config.python-version }}"
6161
@@ -85,10 +85,10 @@ jobs:
8585 runs-on : " ubuntu-20.04"
8686 steps :
8787 - name : Checkout 🛎️
88- uses : " actions/checkout@v3 "
88+ uses : " actions/checkout@v4 "
8989
9090 - name : Setup Python 🐍
91- uses : " actions/setup-python@v4 "
91+ uses : " actions/setup-python@v5 "
9292 with :
9393 python-version : 3.8
9494
@@ -134,11 +134,11 @@ jobs:
134134 runs-on : " ubuntu-20.04"
135135 steps :
136136 - name : Checkout 🛎️
137- uses : " actions/checkout@v3 "
137+ uses : " actions/checkout@v4 "
138138 if : startsWith(github.ref, 'refs/tags/')
139139
140140 - name : Setup Python 🐍
141- uses : " actions/setup-python@v4 "
141+ uses : " actions/setup-python@v5 "
142142 if : startsWith(github.ref, 'refs/tags/')
143143 with :
144144 python-version : 3.8
0 commit comments