From 2924b6cdda401f5a154aef76112c5d088a50e676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 04:09:20 +0000 Subject: [PATCH] chore(deps): bump the all group across 1 directory with 3 updates Bumps the all group with 3 updates in the / directory: [flox/install-flox-action](https://github.com/flox/install-flox-action), [flox/activate-action](https://github.com/flox/activate-action) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `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) Updates `flox/activate-action` from 6ab4a3d38cfd06f31910d0a5fe7e57ffa76ad750 to 7065dcbe5583b7b015f07a8ebd49d7266e3053e8 - [Release notes](https://github.com/flox/activate-action/releases) - [Commits](https://github.com/flox/activate-action/compare/6ab4a3d38cfd06f31910d0a5fe7e57ffa76ad750...7065dcbe5583b7b015f07a8ebd49d7266e3053e8) Updates `peter-evans/create-pull-request` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/c0f553fe549906ede9cf27b5156039d195d2ece0...5f6978faf089d4d20b00c7766989d076bb2fc7f1) --- updated-dependencies: - dependency-name: flox/install-flox-action dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: flox/activate-action dependency-version: 7065dcbe5583b7b015f07a8ebd49d7266e3053e8 dependency-type: direct:production dependency-group: all - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/update.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42a22a28..ee55cd60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,11 +38,11 @@ jobs: fetch-depth: 0 - name: "Install Flox" - uses: flox/install-flox-action@c94e7e1ab56ae14fe98bae4fd84384fd135f0c2a # main + uses: flox/install-flox-action@6e70b2624cea62b0f11ea4a28e719fe1c86c028b # main - name: "Build" - uses: flox/activate-action@6ab4a3d38cfd06f31910d0a5fe7e57ffa76ad750 # main + uses: flox/activate-action@7065dcbe5583b7b015f07a8ebd49d7266e3053e8 # main with: command: | @@ -54,14 +54,14 @@ jobs: cp netlify.toml ./public/ - name: "Check markdown lint" - uses: flox/activate-action@6ab4a3d38cfd06f31910d0a5fe7e57ffa76ad750 # main + uses: flox/activate-action@7065dcbe5583b7b015f07a8ebd49d7266e3053e8 # main with: command: "markdownlint-cli2" - name: "Check external links" if: ${{ github.event_name == 'pull_request' }} - uses: flox/activate-action@6ab4a3d38cfd06f31910d0a5fe7e57ffa76ad750 # main + uses: flox/activate-action@7065dcbe5583b7b015f07a8ebd49d7266e3053e8 # main with: command: "./check_links.sh" diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index e01c0958..f8039c1c 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -21,14 +21,14 @@ jobs: - name: "Install flox" - uses: flox/install-flox-action@c94e7e1ab56ae14fe98bae4fd84384fd135f0c2a # main + uses: flox/install-flox-action@6e70b2624cea62b0f11ea4a28e719fe1c86c028b # main - name: "Run upgrade" run: "flox -vvv upgrade" - name: "Create Pull Request" - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8 with: token: "${{ secrets.MANAGED_FLOXBOT_GITHUB_ACCESS_TOKEN_REPO_SCOPE }}"