diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b4653b..edd8d36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -233,7 +233,7 @@ jobs: cache: 'npm' - name: Configure AWS credentials (OIDC) - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::${{ inputs.aws-account-id }}:role/${{ inputs.app-name }}-${{ inputs.diff-environment }}-deployer aws-region: ${{ inputs.aws-region }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f749bd5..ab08e1b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -55,7 +55,7 @@ jobs: cache: 'npm' - name: Configure AWS credentials (OIDC) - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: # Role naming convention: {app-name}-{environment}-deployer # Created by BruceSvelteDeployerRolesStack (or equivalent in your repo)