From 732c2a35f85e78a697eb20f781a9690026413ebd Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:33:35 +0000 Subject: [PATCH] Update to Keycloak 25.0.0 --- .github/workflows/update-deps.yml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 06beead..f0e05a0 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -12,6 +12,7 @@ name: Update dependencies runs-on: ubuntu-latest permissions: + contents: write pull-requests: write steps: - id: checkout @@ -23,7 +24,7 @@ uses: actions/setup-java@v3 with: distribution: zulu - java-version: 11 + java-version: 17 - id: update_keycloak name: Update Keycloak -- Gitblit v1.9.1