From 53123526d21866c899c564410c34f4ffd2feb826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 04:21:39 +0000 Subject: [PATCH] chore(deps): bump fallow-rs/fallow in the github-actions group Bumps the github-actions group with 1 update: [fallow-rs/fallow](https://github.com/fallow-rs/fallow). Updates `fallow-rs/fallow` from 3.0.0 to 3.2.0 - [Release notes](https://github.com/fallow-rs/fallow/releases) - [Changelog](https://github.com/fallow-rs/fallow/blob/main/CHANGELOG.md) - [Commits](https://github.com/fallow-rs/fallow/compare/630722b016a5b785d6fa05ee54db6b339eb3c4fa...0d568277b6cf91e95c98cb92f8228154e58d6984) --- updated-dependencies: - dependency-name: fallow-rs/fallow dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/fallow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fallow.yml b/.github/workflows/fallow.yml index d655137..cbe0663 100644 --- a/.github/workflows/fallow.yml +++ b/.github/workflows/fallow.yml @@ -22,7 +22,7 @@ jobs: node-version: 22 cache: pnpm - run: pnpm install --frozen-lockfile - - uses: fallow-rs/fallow@630722b016a5b785d6fa05ee54db6b339eb3c4fa # v2 + - uses: fallow-rs/fallow@0d568277b6cf91e95c98cb92f8228154e58d6984 # v2 env: # fallow-rs/fallow@v2 uses actions/github-script internally which pins Node.js 20. # GitHub is forcing all action runners to Node.js 24 on 2026-06-02.