File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106
107107 - name : Ensure Jekyll is disabled for GitHub Pages
108108 if : ${{ github.event_name == 'push' && !inputs.pr_number }} # Only deploy .nojekyll for main docs, not PR previews
109- uses : peaceiris/actions-gh-pages@v3
109+ uses : peaceiris/actions-gh-pages@v4
110110 with :
111111 github_token : ${{ secrets.GITHUB_TOKEN }}
112112 publish_dir : ./_nojekyll
@@ -117,7 +117,7 @@ jobs:
117117
118118 - name : Deploy to GitHub Pages
119119 if : ${{ github.event_name == 'push' && !inputs.pr_number }} # Don't deploy doc previews for now to avoid overflowing gh-pages branch
120- uses : peaceiris/actions-gh-pages@v3
120+ uses : peaceiris/actions-gh-pages@v4
121121 with :
122122 github_token : ${{ secrets.GITHUB_TOKEN }}
123123 publish_dir : ./_site
Original file line number Diff line number Diff line change 5151 persist-credentials : false
5252 - name : Add NVCC problem matcher
5353 run : echo "::add-matcher::$(pwd)/.github/problem-matchers/problem-matcher.json"
54- - uses : aws-actions/configure-aws-credentials@v4
54+ - uses : aws-actions/configure-aws-credentials@v5
5555 if : ${{ github.repository == 'NVIDIA/cccl' }}
5656 with :
5757 role-to-assume : arn:aws:iam::279114543810:role/gha-oidc-NVIDIA
Original file line number Diff line number Diff line change 4141 persist-credentials : false
4242 - name : Add NVCC problem matcher
4343 run : echo "::add-matcher::$(pwd)/.github/problem-matchers/problem-matcher.json"
44- - uses : aws-actions/configure-aws-credentials@v4
44+ - uses : aws-actions/configure-aws-credentials@v5
4545 if : ${{ github.repository == 'NVIDIA/cccl' }}
4646 with :
4747 role-to-assume : arn:aws:iam::279114543810:role/gha-oidc-NVIDIA
Original file line number Diff line number Diff line change 7777 persist-credentials : false
7878 - name : Add NVCC problem matcher
7979 run : echo "::add-matcher::$(pwd)/.github/problem-matchers/problem-matcher.json"
80- - uses : aws-actions/configure-aws-credentials@v4
80+ - uses : aws-actions/configure-aws-credentials@v5
8181 if : ${{ github.repository == 'NVIDIA/cccl' }}
8282 with :
8383 role-to-assume : arn:aws:iam::279114543810:role/gha-oidc-NVIDIA
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ jobs:
222222
223223 - name : Get AWS credentials for sccache bucket
224224 if : ${{ github.repository == 'NVIDIA/cccl' }}
225- uses : aws-actions/configure-aws-credentials@v4
225+ uses : aws-actions/configure-aws-credentials@v5
226226 with :
227227 role-to-assume : arn:aws:iam::279114543810:role/gha-oidc-NVIDIA
228228 aws-region : us-east-2
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 # We don't really need sccache configured, but we need the AWS credentials envvars to be set
129129 # in order to avoid the devcontainer hanging waiting for GitHub authentication
130130 - name : Get AWS credentials for sccache bucket
131- uses : aws-actions/configure-aws-credentials@v4
131+ uses : aws-actions/configure-aws-credentials@v5
132132 with :
133133 role-to-assume : arn:aws:iam::279114543810:role/gha-oidc-NVIDIA
134134 aws-region : us-east-2
You can’t perform that action at this time.
0 commit comments