diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c6376db..deaaebb 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python 3.12 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.12 cache: pip