2323 pre-commit-key : ${{ steps.generate-pre-commit-key.outputs.key }}
2424 steps :
2525 - name : Check out code from GitHub
26- uses : actions/checkout@v4.2.2
26+ uses : actions/checkout@v5.0.0
2727 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
2828 id : python
29299090 needs : prepare-base
9191 steps :
9292 - name : Check out code from GitHub
93- uses : actions/checkout@v4.2.2
93+ uses : actions/checkout@v5.0.0
9494 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
9595 id : python
9696@@ -126,7 +126,7 @@ jobs:
126126 needs : prepare-base
127127 steps :
128128 - name : Check out code from GitHub
129- uses : actions/checkout@v4.2.2
129+ uses : actions/checkout@v5.0.0
130130 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
131131 id : python
132132@@ -153,7 +153,7 @@ jobs:
153153 needs : prepare-base
154154 steps :
155155 - name : Check out code from GitHub
156- uses : actions/checkout@v4.2.2
156+ uses : actions/checkout@v5.0.0
157157 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
158158 id : python
159159@@ -185,7 +185,7 @@ jobs:
185185 python-key : ${{ steps.generate-python-key.outputs.key }}
186186 steps :
187187 - name : Check out code from GitHub
188- uses : actions/checkout@v4.2.2
188+ uses : actions/checkout@v5.0.0
189189 - name : Set up Python ${{ matrix.python-version }}
190190 id : python
191191
0 commit comments