9898 steps :
9999
100100 - name : Checkout
101- uses : actions/checkout@v4
101+ uses : actions/checkout@v6
102102 with :
103103 fetch-depth : 10
104104
@@ -155,7 +155,7 @@ jobs:
155155 steps :
156156
157157 - name : Checkout
158- uses : actions/checkout@v4
158+ uses : actions/checkout@v6
159159 with :
160160 fetch-depth : 10
161161
@@ -220,7 +220,7 @@ jobs:
220220 steps :
221221
222222 - name : Checkout
223- uses : actions/checkout@v4
223+ uses : actions/checkout@v6
224224 with :
225225 fetch-depth : 10
226226
@@ -291,7 +291,7 @@ jobs:
291291 steps :
292292
293293 - name : Checkout
294- uses : actions/checkout@v4
294+ uses : actions/checkout@v6
295295 with :
296296 fetch-depth : 10
297297
@@ -325,13 +325,13 @@ jobs:
325325
326326 steps :
327327 - name : Set up QEMU
328- uses : docker/setup-qemu-action@v3
328+ uses : docker/setup-qemu-action@v4
329329
330330 - name : Set up Docker Buildx
331- uses : docker/setup-buildx-action@v3
331+ uses : docker/setup-buildx-action@v4
332332
333333 - name : Checkout
334- uses : actions/checkout@v4
334+ uses : actions/checkout@v6
335335 with :
336336 fetch-depth : 10
337337
@@ -364,7 +364,7 @@ jobs:
364364 steps :
365365
366366 - name : Checkout
367- uses : actions/checkout@v4
367+ uses : actions/checkout@v6
368368 with :
369369 fetch-depth : 10
370370
@@ -412,7 +412,7 @@ jobs:
412412 sudo apt-get update
413413
414414 - name : Checkout
415- uses : actions/checkout@v4
415+ uses : actions/checkout@v6
416416 with :
417417 fetch-depth : 10
418418
@@ -439,7 +439,7 @@ jobs:
439439
440440 - name : Deploy to GitHub pages (test)
441441 if : github.event_name != 'pull_request'
442- uses : JamesIves/github-pages-deploy-action@v4.5 .0
442+ uses : JamesIves/github-pages-deploy-action@v4.8 .0
443443 with :
444444 repository-name : r-lib/r-lib.github.io
445445 token : ${{ secrets.PAK_GHCR_TOKEN }}
@@ -457,7 +457,7 @@ jobs:
457457
458458 - name : Deploy to GitHub Pages (prod)
459459 if : github.event_name != 'pull_request'
460- uses : JamesIves/github-pages-deploy-action@v4.5 .0
460+ uses : JamesIves/github-pages-deploy-action@v4.8 .0
461461 with :
462462 repository-name : r-lib/r-lib.github.io
463463 token : ${{ secrets.PAK_GHCR_TOKEN }}
0 commit comments