diff --git a/aws/auth/action.yml b/aws/auth/action.yml index 72e9e020..b1086e73 100644 --- a/aws/auth/action.yml +++ b/aws/auth/action.yml @@ -47,7 +47,7 @@ runs: with open(os.environ['GITHUB_OUTPUT'], 'a') as f: f.write(f"role-arn={role_arn}") - - name: Configure AWS Credentials for China region audience + - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 with: aws-region: ${{ inputs.aws-region }}