diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 16a22cb..f602c22 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -11,9 +11,9 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Git Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v4 - name: JDK 11 - uses: actions/setup-java@v2 + uses: actions/setup-java@v4 with: java-version: 11 - name: Build with Maven