diff --git a/.github/workflows/elastic-beanstalk-deploy-dev.yaml b/.github/workflows/elastic-beanstalk-deploy-dev.yaml index 99f8a1d..5193da4 100644 --- a/.github/workflows/elastic-beanstalk-deploy-dev.yaml +++ b/.github/workflows/elastic-beanstalk-deploy-dev.yaml @@ -47,12 +47,11 @@ jobs: utcOffset: "+09:00" - name: Beanstalk Deploy - uses: einaregilsson/beanstalk-deploy@v20 + uses: einaregilsson/beanstalk-deploy@v22 with: aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }} aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} application_name: duofinder environment_name: ${{ secrets.ENVIRONMENT_NAME }} - version_label: github-action-${{steps.current-time.outputs.formattedTime}} region: ap-northeast-2 deployment_package: deploy/deploy.zip