diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0c2f1d5..d570f8f 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -23,7 +23,7 @@ jobs: needs: - lint - test - uses: preparingforexams/actions-container/.github/workflows/build-image-kaniko.yml@v4 + uses: preparingforexams/actions-container/.github/workflows/build-image-kaniko.yml@v5 with: runner-name-build: warp-ubuntu-2404-arm64-2x push-image: ${{ github.ref_name == github.event.repository.default_branch }} @@ -42,4 +42,4 @@ jobs: clean: concurrency: cleanup needs: [ deploy ] - uses: preparingforexams/actions-container/.github/workflows/clean.yml@v4 + uses: preparingforexams/actions-container/.github/workflows/clean.yml@v5