diff --git a/.github/workflows/create_draft_release.yml b/.github/workflows/create_draft_release.yml index 3e1709d..3887039 100644 --- a/.github/workflows/create_draft_release.yml +++ b/.github/workflows/create_draft_release.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 # Fetch all history and tags - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.10" - name: Create draft notes diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d6174f..7f5ba10 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python 3.10 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.10" - name: Run pre-commit tests @@ -74,7 +74,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up Python 3.10 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.10" - name: Install dependencies and validate data @@ -100,7 +100,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python 3.10 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.10" - name: Install dependencies