2323      fail-fast : false 
2424    runs-on : ubuntu-latest 
2525    steps :
26-       - uses : actions/checkout@v4  
27-       - uses : actions/setup-python@v5  
26+       - uses : actions/checkout@v5  
27+       - uses : actions/setup-python@v6  
2828        with :
2929          python-version : ${{ matrix.python-version }} 
3030      - name : Install Dependencies and library 
@@ -114,9 +114,9 @@ jobs:
114114    if : github.event.pull_request.draft == false 
115115    runs-on : macos-latest 
116116    steps :
117-       - uses : actions/checkout@v4  
117+       - uses : actions/checkout@v5  
118118      - name : Set up Python 
119-         uses : actions/setup-python@v5  
119+         uses : actions/setup-python@v6  
120120        with :
121121          python-version : " 3.12" 
122122          cache : " pip" 
@@ -132,9 +132,9 @@ jobs:
132132    if : github.event.pull_request.draft == false 
133133    runs-on : windows-latest 
134134    steps :
135-       - uses : actions/checkout@v4  
135+       - uses : actions/checkout@v5  
136136      - name : Set up Python 
137-         uses : actions/setup-python@v5  
137+         uses : actions/setup-python@v6  
138138        with :
139139          python-version : " 3.12" 
140140          cache : " pip" 
@@ -160,16 +160,16 @@ jobs:
160160    runs-on : ubuntu-latest 
161161
162162    steps :
163-       - uses : actions/checkout@v4  
163+       - uses : actions/checkout@v5  
164164
165-       - uses : actions/setup-python@v5  
165+       - uses : actions/setup-python@v6  
166166        with :
167167          python-version : " 3.10" 
168168          cache : " pip" 
169169          cache-dependency-path : pyproject.toml 
170170
171171      - name : Get coverage files 
172-         uses : actions/download-artifact@v4  
172+         uses : actions/download-artifact@v5  
173173        with :
174174          pattern : .coverage* 
175175          path : coverage 
@@ -199,8 +199,8 @@ jobs:
199199    env :
200200      SKIP : " static-analysis, test" 
201201    steps :
202-       - uses : actions/checkout@v4  
203-       - uses : actions/setup-python@v5  
202+       - uses : actions/checkout@v5  
203+       - uses : actions/setup-python@v6  
204204        with :
205205          python-version : " 3.10" 
206206      - name : Set $PY environment variable 
0 commit comments