From 58560202dd958fd505e627b1099734a93a3e9853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 03:13:44 +0000 Subject: [PATCH] deps(actions)(deps): bump gotesttools/gotestfmt-action Bumps the third-party-actions-minor-patch group with 1 update: [gotesttools/gotestfmt-action](https://github.com/gotesttools/gotestfmt-action). Updates `gotesttools/gotestfmt-action` from 2 to 2.2.0 - [Release notes](https://github.com/gotesttools/gotestfmt-action/releases) - [Commits](https://github.com/gotesttools/gotestfmt-action/compare/v2...v2.2.0) --- updated-dependencies: - dependency-name: gotesttools/gotestfmt-action dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: third-party-actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/prpush.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prpush.yml b/.github/workflows/prpush.yml index dcaa728..6b31b47 100644 --- a/.github/workflows/prpush.yml +++ b/.github/workflows/prpush.yml @@ -52,7 +52,7 @@ jobs: # Install gotestfmt on the VM running the action. - name: Set up gotestfmt - uses: gotesttools/gotestfmt-action@v2 + uses: gotesttools/gotestfmt-action@v2.2.0 with: # Optional: pass GITHUB_TOKEN to avoid rate limiting. token: ${{ secrets.GITHUB_TOKEN }}