From 8318637f4a4f072349025937ed175ea3ab6ac866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 23:56:17 +0000 Subject: [PATCH] build(deps): bump flox/install-flox-action from 2.4.0 to 2.4.1 Bumps [flox/install-flox-action](https://github.com/flox/install-flox-action) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/flox/install-flox-action/releases) - [Commits](https://github.com/flox/install-flox-action/compare/c94e7e1ab56ae14fe98bae4fd84384fd135f0c2a...6e70b2624cea62b0f11ea4a28e719fe1c86c028b) --- updated-dependencies: - dependency-name: flox/install-flox-action dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c0ac42..ef24473 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: ref: "${{ github.head_ref }}" - name: "Install flox" - uses: flox/install-flox-action@c94e7e1ab56ae14fe98bae4fd84384fd135f0c2a # main + uses: flox/install-flox-action@6e70b2624cea62b0f11ea4a28e719fe1c86c028b # main - name: "Build" @@ -91,7 +91,7 @@ jobs: ref: "${{ github.head_ref }}" - name: "Install flox" - uses: flox/install-flox-action@c94e7e1ab56ae14fe98bae4fd84384fd135f0c2a # main + uses: flox/install-flox-action@6e70b2624cea62b0f11ea4a28e719fe1c86c028b # main - name: "Get FloxHub token"