From 9c86011813640b6dc8c791da7d58a6c1139e3e8e Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:04:04 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v4 --- .github/workflows/xamarin-ui-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/xamarin-ui-build.yml b/.github/workflows/xamarin-ui-build.yml index 717accc..74335e7 100644 --- a/.github/workflows/xamarin-ui-build.yml +++ b/.github/workflows/xamarin-ui-build.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}