Skip to content

Commit 86449be

Browse files
committed
ci(deps): bump aws-actions/configure-aws-credentials from 5 to 6
v6 moves the action runtime to Node 24, which GitHub-hosted `ubuntu-latest` runners support natively. The v6 changes are additive (transitive tag keys, corrected role-chaining outputs); existing inputs are byte-identical between v5 and v6. Tag: https://github.com/aws-actions/configure-aws-credentials/tree/v6 Changelog: https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md
1 parent 9a61b08 commit 86449be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Configure AWS Credentials
7474
if: env.PUBLISH == 'true'
75-
uses: aws-actions/configure-aws-credentials@v5
75+
uses: aws-actions/configure-aws-credentials@v6
7676
with:
7777
role-to-assume: ${{ secrets.LIBVCS_DOCS_ROLE_ARN }}
7878
aws-region: us-east-1

0 commit comments

Comments
 (0)