@@ -13,10 +13,10 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v4
1717
1818 - name : set up python
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : ' 3.10'
2222
3131 strategy :
3232 fail-fast : false
3333 matrix :
34- os : [ubuntu-latest, macos-13, macos- latest, windows-latest]
34+ os : [ubuntu-latest, macos-latest, windows-latest]
3535 python : ['3.8', '3.9', '3.10', '3.11', '3.12']
36- exclude :
37- # Python 3.8 and 3.9 are not available on macOS 14
38- - os : macos-13
39- python : ' 3.10'
40- - os : macos-13
41- python : ' 3.11'
42- - os : macos-13
43- python : ' 3.12'
44- - os : macos-latest
45- python : ' 3.8'
46- - os : macos-latest
47- python : ' 3.9'
4836
4937 env :
5038 PYTHON : ${{ matrix.python }}
@@ -53,10 +41,10 @@ jobs:
5341 runs-on : ${{ matrix.os }}
5442
5543 steps :
56- - uses : actions/checkout@v2
44+ - uses : actions/checkout@v4
5745
5846 - name : set up python
59- uses : actions/setup-python@v4
47+ uses : actions/setup-python@v5
6048 with :
6149 python-version : ${{ matrix.python }}
6250
8068 - run : coverage combine
8169 - run : coverage xml
8270
83- - uses : codecov/codecov-action@v3
71+ - uses : codecov/codecov-action@v4
8472 with :
8573 file : ./coverage.xml
8674 env_vars : PYTHON,OS
@@ -108,10 +96,10 @@ jobs:
10896 id-token : write
10997
11098 steps :
111- - uses : actions/checkout@v2
99+ - uses : actions/checkout@v4
112100
113101 - name : set up python
114- uses : actions/setup-python@v4
102+ uses : actions/setup-python@v5
115103 with :
116104 python-version : ' 3.10'
117105
0 commit comments