From 6dd753b744b8e4e73ce7a9bfe964aa1b017f4805 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 03:52:12 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials digest to 61a1105 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 a861dee..9408a4b 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@c7680c32522b91cf6f7481e49535e154b93bed6d + - uses: aws-actions/configure-aws-credentials@61a110527dcc9ccef6c109117050c80a00bec898 with: aws-region: ${{ vars.AWS_REGION || 'us-east-1' }} role-session-name: github-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}