diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 98e491e..6f52c68 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.14" @@ -46,7 +46,7 @@ jobs: fetch-depth: 0 # required for setuptools-scm to derive version from tags - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index b59d31a..7a3b1cd 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 # required for setuptools-scm to derive version from tags - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.11"