diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18f07e1..b24a08d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: with: submodules: true - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: cache: pip - name: Setup Python venv