From d76867472bf5b6f422bf262fe111a0334c2971c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 18:27:28 +0000 Subject: [PATCH] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [actions/cache](https://github.com/actions/cache) and [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi). Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) Updates `prefix-dev/setup-pixi` from 0.4.1 to 0.5.0 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](https://github.com/prefix-dev/setup-pixi/compare/v0.4.1...v0.5.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: prefix-dev/setup-pixi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index d5b5eec..62592ac 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -23,7 +23,7 @@ jobs: run: python -m pip install --no-build-isolation --no-deps --disable-pip-version-check -e . shell: bash -el {0} - name: Cache models - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: benchmark-model-cache with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e20223..7cd4222 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v4 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.5.0 - name: Install environment run: | pixi run postinstall