From e89f6c069ba702459eaf50f767710cdad5d05df2 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 04:54:11 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials digest to c7680c3 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 ceeaf73..e24e04e 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@cf3f053829ce34650d2f93d511f5e3320ae3f5e7 + - uses: aws-actions/configure-aws-credentials@c7680c32522b91cf6f7481e49535e154b93bed6d with: aws-region: ${{ vars.AWS_REGION || 'us-east-1' }} role-session-name: github-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}