2929 outputs :
3030 count : ${{ steps.commits.outputs.count }}
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 - name : Info
3434 env :
3535 GITHUB_CONTEXT : ${{ toJson(github) }}
7373 matrix : ${{ steps.matrix.outputs.matrix }}
7474 count : ${{ steps.matrix.outputs.count }}
7575 steps :
76- - uses : actions/checkout@v3
76+ - uses : actions/checkout@v4
7777 -
7878 name : generate matrix
7979 id : matrix
@@ -157,7 +157,7 @@ jobs:
157157 runs-on : ubuntu-latest
158158 steps :
159159 - name : checkout
160- uses : actions/checkout@v3
160+ uses : actions/checkout@v4
161161 -
162162 name : install rover
163163 run : |
@@ -225,7 +225,7 @@ jobs:
225225 echo changes: ${{ matrix.changes }}
226226 -
227227 name : Checkout
228- uses : actions/checkout@v3
228+ uses : actions/checkout@v4
229229 -
230230 name : Set up QEMU
231231 uses : docker/setup-qemu-action@v2
@@ -263,7 +263,7 @@ jobs:
263263 steps :
264264 -
265265 name : Checkout
266- uses : actions/checkout@v3
266+ uses : actions/checkout@v4
267267 -
268268 name : update kind
269269 run : |
@@ -285,7 +285,7 @@ jobs:
285285 PACKAGES : ${{ needs.build-matrix.outputs.packages }}
286286 MATRIX : ${{ needs.build-matrix.outputs.matrix }}
287287 steps :
288- - uses : actions/checkout@v3
288+ - uses : actions/checkout@v4
289289 -
290290 name : Info
291291 run : |
@@ -371,7 +371,7 @@ jobs:
371371 steps :
372372 -
373373 name : checkout supergraph-demo-k8s-graph-ops
374- uses : actions/checkout@v3
374+ uses : actions/checkout@v4
375375 with :
376376 token : ${{ secrets.PAT }}
377377 repository : apollographql/supergraph-demo-k8s-graph-ops
0 commit comments