1414    runs-on : ubuntu-latest 
1515    steps :
1616      - name : Check out code 
17-         uses : actions/checkout@v3  
17+         uses : actions/checkout@v4  
18181919        with :
2020          python-version : ${{ env.PYTHON_VERSION }} 
3030    runs-on : ubuntu-latest 
3131    steps :
3232      - name : Check out code 
33-         uses : actions/checkout@v3  
33+         uses : actions/checkout@v4  
3434      - name : Set up Python 
35353636        with :
4747    runs-on : ubuntu-latest 
4848    steps :
4949        - name : Check out code 
50-           uses : actions/checkout@v3  
50+           uses : actions/checkout@v4  
51515252          with :
5353            python-version : ${{ env.PYTHON_VERSION }} 
6363    runs-on : ubuntu-latest 
6464    steps :
6565      - name : Check out code 
66-         uses : actions/checkout@v3  
66+         uses : actions/checkout@v4  
67676868        with :
6969          python-version : ${{ env.PYTHON_VERSION }} 
7979    runs-on : ubuntu-latest 
8080    steps :
8181        - name : Check out code 
82-           uses : actions/checkout@v3  
82+           uses : actions/checkout@v4  
83838484          with :
8585            python-version : ${{ env.PYTHON_VERSION }} 
9898        python-version : ["3.7", "3.8", "3.9", "3.10"] 
9999    steps :
100100        - name : Check out code 
101-           uses : actions/checkout@v3  
101+           uses : actions/checkout@v4  
102102103103          with :
104104            python-version : ${{ matrix.python-version }} 
@@ -139,7 +139,7 @@ jobs:
139139            python-version : ["3.7", "3.8", "3.9", "3.10"] 
140140    steps :
141141      - name : Check out code 
142-         uses : actions/checkout@v3  
142+         uses : actions/checkout@v4  
143143144144        with :
145145          python-version : ${{ matrix.python-version }} 
@@ -156,7 +156,7 @@ jobs:
156156    if : github.event_name == 'pull_request' 
157157    steps :
158158      - name : Check out code 
159-         uses : actions/checkout@v3  
159+         uses : actions/checkout@v4  
160160
161161162162        with :
@@ -182,7 +182,7 @@ jobs:
182182    if : github.event_name == 'push' && github.ref == 'refs/heads/main' 
183183    steps :
184184      - name : Check out code 
185-         uses : actions/checkout@v3  
185+         uses : actions/checkout@v4  
186186
187187188188        with :
0 commit comments