diff --git a/.github/workflows/CI-daily.yml b/.github/workflows/CI-daily.yml index b363128..79c2ca3 100644 --- a/.github/workflows/CI-daily.yml +++ b/.github/workflows/CI-daily.yml @@ -53,7 +53,7 @@ jobs: - name: Print concurrency group run: echo '${{ github.workflow }}-${{ github.ref }}' - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index de22c69..167de83 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -37,7 +37,7 @@ jobs: - name: Print concurrency group run: echo '${{ github.workflow }}-${{ github.ref }}' - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -67,7 +67,7 @@ jobs: - name: Print concurrency group run: echo '${{ github.workflow }}-${{ github.ref }}' - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -96,7 +96,7 @@ jobs: - name: Print concurrency group run: echo '${{ github.workflow }}-${{ github.ref }}' - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index 1f47b49..33c6c4f 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.13' cache: 'pip' diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index fbfc294..c0b566a 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.14" cache: pip