From fc8e1e52036a90a093f99c6e9456ae32ad04a834 Mon Sep 17 00:00:00 2001 From: Alex Fenlon Date: Mon, 6 Oct 2025 11:35:26 +0100 Subject: [PATCH] Fix Snapshots failing in Version Bump workflow --- .github/workflows/version-bump.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 4bc17d1bbf..6ce56c8f8c 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -48,6 +48,10 @@ jobs: IC_VERSION: ${{ inputs.ic_version }} CHART_VERSION: ${{ inputs.helm_chart_version }} + - name: Update Snapshots + run: | + make test-update-snaps + - name: Create Pull Request uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 with: