From 7cc6cadc9aaa870f10cbc2f054d896b7a8e1e157 Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 19 Jun 2022 13:52:25 +0000
Subject: [PATCH] Update to Keycloak 18.0.1

---
 .github/workflows/update-deps.yml |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml
index dd8e29f..6a0399b 100644
--- a/.github/workflows/update-deps.yml
+++ b/.github/workflows/update-deps.yml
@@ -12,13 +12,14 @@
     steps:
       - id: checkout
         name: Checkout code
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - id: java
         name: Install Java and Maven
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v2
         with:
-          java-version: 8
+          distribution: zulu
+          java-version: 11
 
       - id: update_keycloak
         name: Update Keycloak
@@ -87,11 +88,11 @@
       - id: create_pull_request_default_token
         name: Create pull request
         if: steps.check_branch.outputs.commit == ''
-        uses: actions/github-script@0.9.0
+        uses: actions/github-script@v6
         with:
           github-token: ${{ env.GH_TOKEN }}
           script: |
-            github.pulls.create({
+            github.rest.pulls.create({
               owner: context.repo.owner,
               repo: context.repo.repo,
               head: 'feature/keycloak-update-${{ steps.vars.outputs.keycloakVersion }}',

--
Gitblit v1.9.1