diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b93d06c..ae59357 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: with: # We need tags to get the correct code version: fetch-depth: 0 - - uses: "actions/setup-python@v5" + - uses: "actions/setup-python@v6" with: python-version: "${{ matrix.python-version }}" - uses: "dtolnay/rust-toolchain@stable"