Merge branch 'main' into multi-dependabot

This commit is contained in:
Christian Goll
2025-03-01 11:57:45 +01:00
committed by GitHub
17 changed files with 206 additions and 21 deletions

View File

@@ -51,6 +51,9 @@ jobs:
permissions: write-all
steps:
- name: Install git
run: |
dnf install -y git
- name: Checkout Code
uses: actions/checkout@v4
with: