From 0eba0a991c2c00deff05f8da67dcc6e34d8a8f7e Mon Sep 17 00:00:00 2001
From: Robin Meese <39960884+robson90@users.noreply.github.com>
Date: Fri, 06 Feb 2026 15:54:21 +0000
Subject: [PATCH] Add newest version of JUnit
---
.github/workflows/update-deps.yml | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml
index 06beead..0715197 100644
--- a/.github/workflows/update-deps.yml
+++ b/.github/workflows/update-deps.yml
@@ -12,18 +12,19 @@
name: Update dependencies
runs-on: ubuntu-latest
permissions:
+ contents: write
pull-requests: write
steps:
- id: checkout
name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- id: java
name: Install Java and Maven
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
with:
distribution: zulu
- java-version: 11
+ java-version: 17
- id: update_keycloak
name: Update Keycloak
--
Gitblit v1.10.0