From 980c36dd6a5a733aa3d7ad24620c5c8cae6a6286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:30:46 +0000 Subject: [PATCH] chore(deps): bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [jaywcjlove/coverage-badges-cli](https://github.com/jaywcjlove/coverage-badges-cli) and [cachix/install-nix-action](https://github.com/cachix/install-nix-action). Updates `jaywcjlove/coverage-badges-cli` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/jaywcjlove/coverage-badges-cli/releases) - [Commits](https://github.com/jaywcjlove/coverage-badges-cli/compare/4e8975aa2628e3329126e7eee36724d07ed86fda...998665f7962b1a3935ba8c3e786171a99436e5d1) Updates `cachix/install-nix-action` from 31.9.0 to 31.10.1 - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md) - [Commits](https://github.com/cachix/install-nix-action/compare/4e002c8ec80594ecd40e759629461e26c8abed15...1ca7d21a94afc7c957383a2d217460d980de4934) --- updated-dependencies: - dependency-name: jaywcjlove/coverage-badges-cli dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: cachix/install-nix-action dependency-version: 31.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/nix-flake.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dc57581..5c2fbb6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -76,7 +76,7 @@ jobs: run: just coverage - name: Create Coverage Badge - uses: jaywcjlove/coverage-badges-cli@4e8975aa2628e3329126e7eee36724d07ed86fda # v2.2.0 + uses: jaywcjlove/coverage-badges-cli@998665f7962b1a3935ba8c3e786171a99436e5d1 # v2.3.0 with: source: coverage/coverage.json output: coverage/badges.svg diff --git a/.github/workflows/nix-flake.yaml b/.github/workflows/nix-flake.yaml index de0381d..ae8b270 100644 --- a/.github/workflows/nix-flake.yaml +++ b/.github/workflows/nix-flake.yaml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install Nix - uses: cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31.9.0 + uses: cachix/install-nix-action@1ca7d21a94afc7c957383a2d217460d980de4934 # v31.10.1 with: github_access_token: ${{ github.token }}