From fa6ca9dc86499730f12bb249d8ae2e3a66969de9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 04:43:25 +0000 Subject: [PATCH] chore(deps): bump the all-github-actions group with 3 updates Bumps the all-github-actions group with 3 updates: [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action), [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) and [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock). Updates `DeterminateSystems/nix-installer-action` from 22 to 23 - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v22...v23) Updates `DeterminateSystems/magic-nix-cache-action` from 14 to 15 - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v14...v15) Updates `DeterminateSystems/update-flake-lock` from 28 to 29 - [Release notes](https://github.com/determinatesystems/update-flake-lock/releases) - [Commits](https://github.com/determinatesystems/update-flake-lock/compare/v28...v29) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-version: '23' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-version: '15' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: DeterminateSystems/update-flake-lock dependency-version: '29' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/update.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99d54dc..5d097a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,10 +22,10 @@ jobs: uses: actions/checkout@v7 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v22 + uses: DeterminateSystems/nix-installer-action@v23 - name: Setup Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v14 + uses: DeterminateSystems/magic-nix-cache-action@v15 with: use-flakehub: disabled use-gha-cache: enabled @@ -78,10 +78,10 @@ jobs: ref: ${{ fromJSON(needs.release.outputs.pr).headBranchName }} - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v22 + uses: DeterminateSystems/nix-installer-action@v23 - name: Setup Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v14 + uses: DeterminateSystems/magic-nix-cache-action@v15 with: use-flakehub: disabled use-gha-cache: enabled diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c7e4b47..cd0e3b2 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -20,14 +20,14 @@ jobs: client-id: ${{ vars.APP_CLIENT_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v22 + uses: DeterminateSystems/nix-installer-action@v23 - name: Setup Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v14 + uses: DeterminateSystems/magic-nix-cache-action@v15 with: use-flakehub: disabled use-gha-cache: enabled - name: Update root flake.lock - uses: DeterminateSystems/update-flake-lock@v28 + uses: DeterminateSystems/update-flake-lock@v29 with: token: ${{ steps.app-token.outputs.token }} pr-title: "chore(flake): update flake.lock"