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.1.7
26+ uses : actions/checkout@v4.2.0
2727 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
2828 id : python
29298888 needs : prepare-base
8989 steps :
9090 - name : Check out code from GitHub
91- uses : actions/checkout@v4.1.7
91+ uses : actions/checkout@v4.2.0
9292 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
9393 id : python
9494@@ -122,7 +122,7 @@ jobs:
122122 needs : prepare-base
123123 steps :
124124 - name : Check out code from GitHub
125- uses : actions/checkout@v4.1.7
125+ uses : actions/checkout@v4.2.0
126126 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
127127 id : python
128128@@ -148,7 +148,7 @@ jobs:
148148 needs : prepare-base
149149 steps :
150150 - name : Check out code from GitHub
151- uses : actions/checkout@v4.1.7
151+ uses : actions/checkout@v4.2.0
152152 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
153153 id : python
154154@@ -179,7 +179,7 @@ jobs:
179179 python-key : ${{ steps.generate-python-key.outputs.key }}
180180 steps :
181181 - name : Check out code from GitHub
182- uses : actions/checkout@v4.1.7
182+ uses : actions/checkout@v4.2.0
183183 - name : Set up Python ${{ matrix.python-version }}
184184 id : python
185185
0 commit comments