From 6734cea674099ade49305c5e6a74b00e80e31f97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:08:04 +0000 Subject: [PATCH] build(deps): 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] --- .github/workflows/.test.yml | 2 +- .github/workflows/test-os.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.test.yml b/.github/workflows/.test.yml index 3458348b871d..0a081e22ace9 100644 --- a/.github/workflows/.test.yml +++ b/.github/workflows/.test.yml @@ -197,4 +197,4 @@ jobs: - name: Dump context if: failure() - uses: crazy-max/ghaction-dump-context@v2 + uses: crazy-max/ghaction-dump-context@v3 diff --git a/.github/workflows/test-os.yml b/.github/workflows/test-os.yml index 23d2e2c7dc9b..9cb2e28edfa7 100644 --- a/.github/workflows/test-os.yml +++ b/.github/workflows/test-os.yml @@ -195,7 +195,7 @@ jobs: - name: Dump context if: failure() - uses: crazy-max/ghaction-dump-context@v2 + uses: crazy-max/ghaction-dump-context@v3 test-freebsd-amd64: runs-on: ubuntu-22.04