From 09227553ab3847a3ca140efa3dcc02398196b6f1 Mon Sep 17 00:00:00 2001 From: Normann Date: Fri, 21 Aug 2026 00:56:43 +0200 Subject: [PATCH] build(deps): update release workflow actions --- .github/workflows/bump-version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 0d431e33..e24645fa 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -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"