From 2c263dcbd749b554d65d47bec6062e6504a4cba5 Mon Sep 17 00:00:00 2001 From: Andres Becerra Date: Mon, 19 Feb 2024 11:10:36 +0000 Subject: [PATCH] SCRUM-3698: move more functions to nodejs 20 --- .github/workflows/alpha-build-and-deploy.yml | 2 +- .github/workflows/github-release-build-and-deploy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/alpha-build-and-deploy.yml b/.github/workflows/alpha-build-and-deploy.yml index df4dfe7..7b885b3 100644 --- a/.github/workflows/alpha-build-and-deploy.yml +++ b/.github/workflows/alpha-build-and-deploy.yml @@ -92,7 +92,7 @@ jobs: role-session-name: gh-actions-${{github.run_id}}.${{github.run_number}}.${{github.run_attempt}}-eb-deploy aws-region: us-east-1 - name: Deploy to EB - uses: einaregilsson/beanstalk-deploy@v21 + uses: einaregilsson/beanstalk-deploy@v22 with: aws_access_key: ${{ env.AWS_ACCESS_KEY_ID }} aws_secret_key: ${{ env.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/github-release-build-and-deploy.yml b/.github/workflows/github-release-build-and-deploy.yml index 2bb22f6..a24d8af 100644 --- a/.github/workflows/github-release-build-and-deploy.yml +++ b/.github/workflows/github-release-build-and-deploy.yml @@ -109,7 +109,7 @@ jobs: role-session-name: gh-actions-${{github.run_id}}.${{github.run_number}}.${{github.run_attempt}}-eb-deploy-production aws-region: us-east-1 - name: Deploy to EB - uses: einaregilsson/beanstalk-deploy@v21 + uses: einaregilsson/beanstalk-deploy@v22 with: aws_access_key: ${{ env.AWS_ACCESS_KEY_ID }} aws_secret_key: ${{ env.AWS_SECRET_ACCESS_KEY }} @@ -183,7 +183,7 @@ jobs: role-session-name: gh-actions-${{github.run_id}}.${{github.run_number}}.${{github.run_attempt}}-eb-deploy-beta aws-region: us-east-1 - name: Deploy to EB - uses: einaregilsson/beanstalk-deploy@v21 + uses: einaregilsson/beanstalk-deploy@v22 with: aws_access_key: ${{ env.AWS_ACCESS_KEY_ID }} aws_secret_key: ${{ env.AWS_SECRET_ACCESS_KEY }}