From 8e7be03371b77378fb0c06e2cf81da6d939cfb88 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 01:13:22 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials digest to 43c8912 Update aws-actions/configure-aws-credentials Change-type: patch --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 14e141e..0e2f73e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -66,7 +66,7 @@ jobs: # FIXME: remove once balenaBlocks/balenaVirt is a thing submodules: true - - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 + - uses: aws-actions/configure-aws-credentials@43c891271eabca0b34d95f2453e2fe354928b16d with: aws-region: ${{ vars.AWS_REGION || 'us-east-1' }} role-session-name: github-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}