Skip to content

Commit f7ef373

Browse files
chore(deps): bump aws-actions/configure-aws-credentials from 4 to 6
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4 to 6. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v4...v6) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5788ce commit f7ef373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm run docs
3333
# Only upload docs from the main repo (not forks or dependabot)
3434
- name: Configure AWS Credentials
35-
uses: aws-actions/configure-aws-credentials@v4
35+
uses: aws-actions/configure-aws-credentials@v6
3636
if: >-
3737
github.repository == 'ably/ably-ai-transport-js' &&
3838
(github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository)) &&

.github/workflows/publish.cdn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
ref: ${{ github.ref }}
1818
- name: Configure AWS Credentials
19-
uses: aws-actions/configure-aws-credentials@v4
19+
uses: aws-actions/configure-aws-credentials@v6
2020
with:
2121
aws-region: us-east-1
2222
role-to-assume: arn:aws:iam::${{ secrets.ABLY_AWS_ACCOUNT_ID_SDK }}:role/prod-ably-sdk-cdn

0 commit comments

Comments
 (0)