diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index bfe8e5e..c66c8af 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -169,7 +169,7 @@ jobs: repository: slateci/portal-unit-test - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PYTHON_VERSION }} architecture: 'x64'