From 1a952d8379941f6eb67a7e1a4b118dd30d195ce6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:23:20 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v4 --- .github/workflows/tunnel-server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tunnel-server.yaml b/.github/workflows/tunnel-server.yaml index f4fde725..4baee6cf 100644 --- a/.github/workflows/tunnel-server.yaml +++ b/.github/workflows/tunnel-server.yaml @@ -48,7 +48,7 @@ jobs: - name: Configure AWS credentials if: startsWith(github.ref, 'refs/tags') - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::610248501808:role/ci/GitHubActions-aws-iot-device-sdk-go aws-region: us-east-1