diff --git a/.github/workflows/CreateAWSEnv.yaml b/.github/workflows/CreateAWSEnv.yaml index 5d9e8cb..fafa7cf 100644 --- a/.github/workflows/CreateAWSEnv.yaml +++ b/.github/workflows/CreateAWSEnv.yaml @@ -14,12 +14,12 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Get current time - uses: gerred/actions/current-time@master + uses: snooze-au/current-time-action@master id: current-time - name: Setup Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 with: terraform_version: 1.1.8 - name: Create AWS credentials files @@ -31,7 +31,7 @@ jobs: - name: Generate deployment package run: zip -r deploy.zip . docker-compose.yml - name: Deploy to EB - 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 }} diff --git a/.github/workflows/DestroyAWSEnv.yaml b/.github/workflows/DestroyAWSEnv.yaml index 477cbc1..d535841 100644 --- a/.github/workflows/DestroyAWSEnv.yaml +++ b/.github/workflows/DestroyAWSEnv.yaml @@ -14,9 +14,9 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 with: terraform_version: 1.1.8 - name: Create AWS credentials files diff --git a/.github/workflows/SuiteCRMTests.yaml b/.github/workflows/SuiteCRMTests.yaml index efc094b..54e4ad4 100644 --- a/.github/workflows/SuiteCRMTests.yaml +++ b/.github/workflows/SuiteCRMTests.yaml @@ -44,7 +44,7 @@ jobs: ALLOW_EMPTY_PASSWORD: yes steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Sleep for 45 seconds run: sleep 45s shell: bash @@ -52,7 +52,7 @@ jobs: run: curl http://localhost:8080 - name: Ping application run: wget http://localhost:8080 - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: 'zulu' # See 'Supported distributions' for available options java-version: '19' diff --git a/pom.xml b/pom.xml index 3af92b0..8296335 100644 --- a/pom.xml +++ b/pom.xml @@ -47,13 +47,13 @@ org.projectlombok lombok - 1.18.26 + 1.18.32 provided org.testng testng - 7.8.0 + 7.10.2 test @@ -71,14 +71,14 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.2.5 org.apache.maven.plugins maven-jar-plugin - 3.1.0 + 3.4.1