diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 293479a4..c2d17703 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -45,7 +45,7 @@ jobs: with: ref: ${{ github.event.inputs.branch }} - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11" - name: Install build dependencies @@ -70,7 +70,7 @@ jobs: with: ref: ${{ github.event.inputs.branch }} - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11" - name: Install build dependencies @@ -96,7 +96,7 @@ jobs: with: ref: ${{ github.event.inputs.branch }} - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11" - name: Build source distribution diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c482acb2..52ccc7f1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }}