diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 230d2b214e..5618ff3dcd 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -30,7 +30,7 @@ jobs: - name: Print version string run: echo ${{ steps.get_version.outputs.VERSION }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-access-key-id: ${{ secrets.AWS_KEY_PROD_DOCS }} aws-secret-access-key: ${{ secrets.AWS_SECRET_PROD_DOCS }} diff --git a/.github/workflows/staging-docs.yml b/.github/workflows/staging-docs.yml index 46053edb69..af9f2f4b7a 100644 --- a/.github/workflows/staging-docs.yml +++ b/.github/workflows/staging-docs.yml @@ -33,7 +33,7 @@ jobs: - name: Print version string run: echo ${{ steps.get_version.outputs.VERSION }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-access-key-id: ${{ secrets.AWS_KEY_STAGING_DOCS }} aws-secret-access-key: ${{ secrets.AWS_SECRET_STAGING_DOCS }}