🧰⬆️ Bump CI deps and tame YAML lint tantrums

Fresh PLANTUML, pinned SCP action, and a shiny pre-commit lineup because “latest” is a lifestyle, not a strategy.
This commit is contained in:
Amedee Van Gasse ✨🌈🦄
2025-12-06 13:54:35 +01:00
parent 1eeaf9fee1
commit 534e1faca1
3 changed files with 13 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
---
name: Render diagram
on:
on: # yamllint disable-line rule:truthy
pull_request:
types: [opened, reopened, edited]
workflow_call:
@@ -9,7 +10,7 @@ jobs:
render:
runs-on: ubuntu-latest
env:
PLANTUML_VERSION: '1.2025.4'
PLANTUML_VERSION: '1.2025.10'
steps:
- name: Check out repository code
uses: actions/checkout@v4