Skip to content

Commit d1646f9

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 6def895 commit d1646f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Configure AWS Credentials
8181
if: env.PUBLISH == 'true'
82-
uses: aws-actions/configure-aws-credentials@v5
82+
uses: aws-actions/configure-aws-credentials@v6
8383
with:
8484
role-to-assume: ${{ secrets.LIBTMUX_DOCS_ROLE_ARN }}
8585
aws-region: us-east-1

0 commit comments

Comments
 (0)