From d4f23b8a74fe818dd1b1185fc096de666a4da0cf Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 4 Oct 2023 16:28:15 +0800 Subject: [PATCH] ci: bump conveyor from 11.3 to 11.4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fe266bed..2ade55cb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,7 +173,7 @@ jobs: tag: 'v${{ needs.version.outputs.version_next }}' default_author: github_actions - name: Run Conveyor - uses: hydraulic-software/conveyor/actions/build@v11.3 + uses: hydraulic-software/conveyor/actions/build@v11.4 with: command: -f conveyor.ci.conf make site -o ./output/release signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }}