3333 tox-env : check
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 - name : Setup Python ${{ matrix.python-version }}
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : " ${{ matrix.python-version }}"
4141 - name : Check ${{ matrix.check-name }}
@@ -60,10 +60,10 @@ jobs:
6060 - python-version : [3, 8, 18]
6161 os : ubuntu-24.04
6262 - python-version : [2, 7, 18]
63- os : macos-13
63+ os : macos-15
6464 steps :
6565 - name : Checkout
66- uses : actions/checkout@v4
66+ uses : actions/checkout@v5
6767 - name : Install Python Build Deps
6868 if : matrix.os == 'ubuntu-24.04'
6969 run : |
@@ -125,20 +125,22 @@ jobs:
125125 - os : ubuntu-24.04
126126 python-version : [3, 13]
127127 - os : ubuntu-24.04
128- python-version : [3, 14, "0-alpha.1"]
129- - os : macos-13
130- python-version : [3, 13]
131- - os : macos-13
132- python-version : [3, 14, "0-alpha.1"]
128+ python-version : [3, 14]
129+ - os : ubuntu-24.04
130+ python-version : [3, 15, "0-alpha.1"]
131+ - os : macos-15
132+ python-version : [3, 14]
133+ - os : macos-15
134+ python-version : [3, 15, "0-alpha.1"]
133135 steps :
134136 - name : Checkout
135- uses : actions/checkout@v4
137+ uses : actions/checkout@v5
136138 - name : Setup Python ${{ join(matrix.python-version, '.') }}
137- uses : actions/setup-python@v5
139+ uses : actions/setup-python@v6
138140 with :
139141 python-version : " ${{ join(matrix.python-version, '.') }}"
140142 - name : Setup Tox Python
141- uses : actions/setup-python@v5
143+ uses : actions/setup-python@v6
142144 with :
143145 python-version : 3.11
144146 - name : Run Unit Tests
0 commit comments