build(deps): update release workflow actions

This commit is contained in:
Normann
2026-08-21 00:56:43 +02:00
parent 9b359a5d8b
commit 09227553ab
+2 -2
View File
@@ -22,13 +22,13 @@ jobs:
steps:
# --- Step 1: Checkout the repository ---
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
fetch-depth: 0 # Needed to create tags and see full history
# --- Step 2: Set up Python ---
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v7
with:
python-version: "3.11"