diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1ed99e..a8f0887 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,9 +15,9 @@ jobs: environment: [ python-39, python-310, python-311, python-312, dev ] on: [ ubuntu-24.04, macos-13 ] # we do not test macos-14 yet since we don't have osx-arm64 in our pyproject.toml steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: { submodules: recursive } - - uses: prefix-dev/setup-pixi@v0.9.2 + - uses: prefix-dev/setup-pixi@v0.9.3 with: pixi-version: v0.39.5 environments: ${{ matrix.environment }}