From 358bc12fbc901853e4c446985e3ee4725fe48091 Mon Sep 17 00:00:00 2001 From: FiveMovesAhead Date: Wed, 8 Oct 2025 13:51:10 +0100 Subject: [PATCH] Bump git workflow from 0.0.2 to 0.0.3 --- .github/workflows/build_algorithm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_algorithm.yml b/.github/workflows/build_algorithm.yml index baca545..a13da9a 100644 --- a/.github/workflows/build_algorithm.yml +++ b/.github/workflows/build_algorithm.yml @@ -53,7 +53,7 @@ jobs: docker run --rm --user root \ -v ${{ github.workspace }}:/workspace \ -w /workspace \ - ghcr.io/tig-foundation/tig-monorepo/${{ needs.init.outputs.CHALLENGE }}/dev:0.0.2 \ + ghcr.io/tig-foundation/tig-monorepo/${{ needs.init.outputs.CHALLENGE }}/dev:0.0.3 \ build_algorithm ${{ needs.init.outputs.ALGORITHM }} - name: Upload Artifact @@ -77,7 +77,7 @@ jobs: docker run --rm --user root \ -v ${{ github.workspace }}:/workspace \ -w /workspace \ - ghcr.io/tig-foundation/tig-monorepo/${{ needs.init.outputs.CHALLENGE }}/dev:0.0.2 \ + ghcr.io/tig-foundation/tig-monorepo/${{ needs.init.outputs.CHALLENGE }}/dev:0.0.3 \ build_algorithm ${{ needs.init.outputs.ALGORITHM }} - name: Upload Artifact