diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc22760..082c6d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,12 +42,11 @@ jobs: - name: Set environment variable for dev deployment run: echo "TF_VAR_environment=dev" >> $GITHUB_ENV - - name: AWS access - uses: aws-actions/configure-aws-credentials@v2 - with: - role-to-assume: arn:aws:iam::603042156394:role/_github_actions - role-session-name: stumblefunk-session - aws-region: eu-west-1 + - name: Configure AWS Credentials + uses: aws-actions/configure-aws-credentials@v4 + with: + role-to-assume: arn:aws:iam::603042156394:role/_github_actions + aws-region: eu-west-1 - name: Run Terragrunt run: terragrunt apply -auto-approve