From 488ada7e2428f55f96710c455c12e14f88712346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 01:28:12 +0000 Subject: [PATCH] chore: bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [dflook/tofu-plan](https://github.com/dflook/tofu-plan) and [DeterminateSystems/determinate-nix-action](https://github.com/determinatesystems/determinate-nix-action). Updates `dflook/tofu-plan` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/dflook/tofu-plan/releases) - [Commits](https://github.com/dflook/tofu-plan/compare/cdb4f4d604c9fa695e457744dd1f802853397ce7...5a47499905d68757ecd7cf58cfe6312efe71a142) Updates `DeterminateSystems/determinate-nix-action` from 3.22.2 to 3.22.3 - [Release notes](https://github.com/determinatesystems/determinate-nix-action/releases) - [Commits](https://github.com/determinatesystems/determinate-nix-action/compare/527f17dd63d2d60d3e5552934bc84b9a33a14d11...021c8a1bd3570eb21f5c20a054812b0c4d9ca614) --- updated-dependencies: - dependency-name: dflook/tofu-plan dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: DeterminateSystems/determinate-nix-action dependency-version: 3.22.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cloudflare-web.yml | 2 +- .github/workflows/flake-lock-fix.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloudflare-web.yml b/.github/workflows/cloudflare-web.yml index 64add08c05..27da700c66 100644 --- a/.github/workflows/cloudflare-web.yml +++ b/.github/workflows/cloudflare-web.yml @@ -102,7 +102,7 @@ jobs: - name: Comment PR plan if: github.event_name == 'pull_request' - uses: dflook/tofu-plan@cdb4f4d604c9fa695e457744dd1f802853397ce7 # v3.0.0 + uses: dflook/tofu-plan@5a47499905d68757ecd7cf58cfe6312efe71a142 # v3.0.1 with: path: infra/web label: ${{ needs.detect.outputs.environment }} diff --git a/.github/workflows/flake-lock-fix.yml b/.github/workflows/flake-lock-fix.yml index 7ef60ec7d2..99666a5ad6 100644 --- a/.github/workflows/flake-lock-fix.yml +++ b/.github/workflows/flake-lock-fix.yml @@ -30,7 +30,7 @@ jobs: token: ${{ steps.app-token.outputs.token }} - name: Install Determinate Nix - uses: DeterminateSystems/determinate-nix-action@527f17dd63d2d60d3e5552934bc84b9a33a14d11 # v3.22.2 + uses: DeterminateSystems/determinate-nix-action@021c8a1bd3570eb21f5c20a054812b0c4d9ca614 # v3.22.3 - id: check run: nix flake check -L --keep-going