diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 898f53a..6dddde8 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -17,7 +17,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