From e43f2581b5f0ed62b9c7be4d3d4f5caabac56163 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:05:53 +0000 Subject: [PATCH] chore(deps): update all non-major github action dependencies --- .github/workflows/terragrunt-apply-staging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terragrunt-apply-staging.yml b/.github/workflows/terragrunt-apply-staging.yml index cfc37a876..3fffe176c 100644 --- a/.github/workflows/terragrunt-apply-staging.yml +++ b/.github/workflows/terragrunt-apply-staging.yml @@ -200,7 +200,7 @@ jobs: - name: Configure Staging AWS credentials if: ${{ steps.filter.outputs.load_testing == 'true' || steps.filter.outputs.common == 'true' }} id: aws-form-viewer - uses: aws-actions/configure-aws-credentials@fbaaea849082b09c6da098c397edb77cf7d2875a + uses: aws-actions/configure-aws-credentials@f31c158843c04af3700f86f1261c834b59834d5d with: aws-access-key-id: ${{ secrets.STAGING_AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.STAGING_AWS_SECRET_ACCESS_KEY }} @@ -209,7 +209,7 @@ jobs: - name: Login to Staging Amazon ECR if: ${{ steps.filter.outputs.load_testing == 'true' || steps.filter.outputs.common == 'true' }} id: login-ecr-staging - uses: aws-actions/amazon-ecr-login@99fe8befaecdc063ad51266ca32e2983e58efd9e + uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 - name: Tag Images for Staging if: ${{ steps.filter.outputs.load_testing == 'true' || steps.filter.outputs.common == 'true' }}