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"