Skip to content

Commit b79323c

Browse files
chore(deps): bump the actions-deps group with 2 updates (#472)
1 parent 8225fda commit b79323c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ecr-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Set up QEMU for multi-platform builds
4646
if: matrix.arch == 'arm64'
47-
uses: docker/setup-qemu-action@v3
47+
uses: docker/setup-qemu-action@v4
4848
with:
4949
platforms: arm64
5050

@@ -60,7 +60,7 @@ jobs:
6060
echo "VERSION=${VERSION}" >> "$GITHUB_OUTPUT"
6161
6262
- name: Configure AWS Credentials
63-
uses: aws-actions/configure-aws-credentials@v4
63+
uses: aws-actions/configure-aws-credentials@v6
6464
with:
6565
role-to-assume: ${{ secrets.ECR_UPLOAD_IAM_ROLE_ARN }}
6666
aws-region: ${{ env.aws_region }}
@@ -89,7 +89,7 @@ jobs:
8989
needs: [build-and-upload-image-to-ecr]
9090
steps:
9191
- name: Configure AWS Credentials
92-
uses: aws-actions/configure-aws-credentials@v4
92+
uses: aws-actions/configure-aws-credentials@v6
9393
with:
9494
role-to-assume: ${{ secrets.ECR_UPLOAD_IAM_ROLE_ARN }}
9595
aws-region: ${{ env.aws_region }}

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
python-version: '3.13'
6161

6262
- name: Configure AWS credentials
63-
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
63+
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
6464
with:
6565
role-to-assume: "${{ secrets.ACTIONS_INTEGRATION_ROLE_NAME }}"
6666
role-session-name: languageSDKIntegrationTest

0 commit comments

Comments
 (0)