From ac4403370c77711bd75670022237c6d92fd96b51 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Sun, 19 Apr 2026 03:52:51 +0000 Subject: [PATCH] ci(workflows): upgrade aws-actions/configure-aws-credentials to v6 Node.js 20 actions are deprecated; forced migration to Node.js 24 on June 2, 2026. Ticket: DX-496 --- .github/workflows/claude-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-pr.yml b/.github/workflows/claude-pr.yml index b8c906ecae..2cab25dffa 100644 --- a/.github/workflows/claude-pr.yml +++ b/.github/workflows/claude-pr.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v6 - name: Configure AWS Credentials (OIDC) - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::199765120567:role/${{ github.event.repository.name }}-iam-protected aws-region: us-west-2