Skip to content

Commit 037200d

Browse files
authored
upgrade to aws-actions/configure-aws-credentials@v4 (#596)
1 parent 1e47b1f commit 037200d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
asset_path: ${{ steps.create_dist.outputs.whl }}
110110
asset_name: ${{ steps.create_dist.outputs.whl_basename }}
111111
asset_content_type: application/x-wheel+zip
112-
- uses: aws-actions/configure-aws-credentials@v1
112+
- uses: aws-actions/configure-aws-credentials@v4
113113
id: creds
114114
with:
115115
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
@@ -142,15 +142,15 @@ jobs:
142142
with:
143143
name: docs
144144
path: docs/site/
145-
- uses: aws-actions/configure-aws-credentials@v1
145+
- uses: aws-actions/configure-aws-credentials@v4
146146
id: creds
147147
with:
148148
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
149149
aws-region: ${{ secrets.AWS_REGION }}
150150
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
151151
run: make sync-latest-docs-to-s3
152152
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
153-
uses: aws-actions/configure-aws-credentials@v1
153+
uses: aws-actions/configure-aws-credentials@v4
154154
with:
155155
role-to-assume: ${{ secrets.DOCS_AWS_ROLE }}
156156
aws-region: us-east-1

0 commit comments

Comments
 (0)