diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ff9dc9a..45827029 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -295,7 +295,7 @@ jobs: defaults: run: shell: bash - container: maven:3.9.6-amazoncorretto-21-al2023 + container: maven:3.9-amazoncorretto-21 services: mongodb: image: mongo:latest diff --git a/.github/workflows/quickcheck.yml b/.github/workflows/quickcheck.yml index 4b25a66b..71d24af8 100644 --- a/.github/workflows/quickcheck.yml +++ b/.github/workflows/quickcheck.yml @@ -18,7 +18,7 @@ jobs: defaults: run: shell: bash - container: maven:3.9.6-amazoncorretto-21-al2023 + container: maven:3.9-amazoncorretto-21 steps: - uses: actions/checkout@v3 with: