diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09886a67..80a0fe0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: ref: ${{ github.event_name == 'schedule' && 'dev' || github.ref }} fetch-depth: 0 - - uses: actions/setup-python@v6.2.0 + - uses: actions/setup-python@v7 with: python-version: ${{ env.PYTHON_VERSION }} @@ -166,7 +166,7 @@ jobs: ref: ${{ github.event_name == 'schedule' && 'dev' || github.ref }} fetch-depth: 0 - - uses: actions/setup-python@v6.2.0 + - uses: actions/setup-python@v7 with: python-version: ${{ env.PYTHON_VERSION }} @@ -227,7 +227,7 @@ jobs: ref: ${{ github.event_name == 'schedule' && 'dev' || github.ref }} fetch-depth: 0 - - uses: actions/setup-python@v6.2.0 + - uses: actions/setup-python@v7 with: python-version: ${{ env.PYTHON_VERSION }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc5e0b28..7919bb54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 0df35408..def379e8 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }}