From a99c58b57670a95c9d2ce5fae68af5bdaa76c5ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:08:42 +0000 Subject: [PATCH] Bump crazy-max/ghaction-dump-context from 2 to 3 Bumps [crazy-max/ghaction-dump-context](https://github.com/crazy-max/ghaction-dump-context) from 2 to 3. - [Release notes](https://github.com/crazy-max/ghaction-dump-context/releases) - [Commits](https://github.com/crazy-max/ghaction-dump-context/compare/v2...v3) --- updated-dependencies: - dependency-name: crazy-max/ghaction-dump-context dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c6abc6e..d36b4e9 100644 --- a/action.yml +++ b/action.yml @@ -62,7 +62,7 @@ runs: - name: Dump context if: ${{ inputs.debug_mode=='true'}} - uses: crazy-max/ghaction-dump-context@v2 + uses: crazy-max/ghaction-dump-context@v3 - name: Dump build_path if: ${{ inputs.debug_mode=='true'}} run: echo "build_path is ${{ inputs.build_path }}"