mirror of https://github.com/jacekkow/keycloak-protocol-cas

Jacek Kowalski
2023-01-13 7477600d1f39114ea0bcb549684843bd0332e2f5
.github/workflows/update-deps.yml
@@ -16,7 +16,7 @@
      - id: java
        name: Install Java and Maven
        uses: actions/setup-java@v2
        uses: actions/setup-java@v3
        with:
          distribution: zulu
          java-version: 11
@@ -59,6 +59,7 @@
            -DremotePom='org.keycloak:keycloak-parent:${{ steps.vars.outputs.keycloakVersion }}' \
            -DupdateDependencies=true -DupdatePropertyVersions=true
          mvn versions:use-latest-versions -DallowMajorUpdates=false
          mvn versions:set-property -Dproperty=project.build.outputTimestamp -DnewVersion=`date +%s`
      - id: create_commit
        name: Create commit