From 2f50c4ac0d5c2f81cf6ca8b3953d6d35f57f6852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 23:53:07 +0000 Subject: [PATCH] build(deps): bump flox/install-flox-action from 2.4.0 to 2.5.3 Bumps [flox/install-flox-action](https://github.com/flox/install-flox-action) from 2.4.0 to 2.5.3. - [Release notes](https://github.com/flox/install-flox-action/releases) - [Commits](https://github.com/flox/install-flox-action/compare/c94e7e1ab56ae14fe98bae4fd84384fd135f0c2a...3b80351ae97bbe063f264dc88fbd505507054963) --- updated-dependencies: - dependency-name: flox/install-flox-action dependency-version: 2.5.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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..d21fbc1 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@3b80351ae97bbe063f264dc88fbd505507054963 # 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@3b80351ae97bbe063f264dc88fbd505507054963 # main - name: "Get FloxHub token"