From 9728128e602989c83dc254ae40a14db75d2cd040 Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 24 Oct 2024 08:50:00 +0000
Subject: [PATCH] Update to Keycloak 26.0.2

---
 .github/workflows/release.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index dfcfd6b..a6b817f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -121,7 +121,7 @@
 
       - id: create_release
         name: Create release
-        uses: softprops/action-gh-release@v1
+        uses: softprops/action-gh-release@v2
         with:
           name: ${{ needs.build.outputs.project_name }} ${{ needs.build.outputs.project_version }}
           files: ${{ needs.build.outputs.artifact_id }}-${{ needs.build.outputs.project_version }}.jar

--
Gitblit v1.9.1