From 03edc603da3e6255405bebb4392b45d1018d28f0 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Thu, 30 Mar 2023 09:45:58 +0530 Subject: [PATCH] Bump aws-actions/configure-aws-credentials (#2974) This fixes the final deprecation warning for ::set-output --- #### Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [x] :no_entry: No #### Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Supportability/Tests - [x] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup #### Issue(s) * # #### Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- .github/actions/publish-website/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/publish-website/action.yml b/.github/actions/publish-website/action.yml index 33be7555a..9910762b0 100644 --- a/.github/actions/publish-website/action.yml +++ b/.github/actions/publish-website/action.yml @@ -20,7 +20,7 @@ runs: path: website/build - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v2 with: role-to-assume: ${{ inputs.aws-iam-role }} role-session-name: integration-testing