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: steps:
# --- Step 1: Checkout the repository --- # --- Step 1: Checkout the repository ---
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v7
with: with:
fetch-depth: 0 # Needed to create tags and see full history fetch-depth: 0 # Needed to create tags and see full history
# --- Step 2: Set up Python --- # --- Step 2: Set up Python ---
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v7
with: with:
python-version: "3.11" python-version: "3.11"