From f3750de7ea0f6cb71cfbed90ae0e48d56df85dc0 Mon Sep 17 00:00:00 2001 From: Willem Van Onsem Date: Sun, 31 Mar 2024 10:47:17 +0200 Subject: [PATCH] version bump --- .github/workflows/build-site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index d07b5c8..ef25dd8 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -16,7 +16,7 @@ jobs: - name: update cabal run: cabal update - name: install pandoc - run: cabal install pandoc-3.1.1 pandoc-cli --installdir=/tmp/bin + run: cabal install pandoc-3.1.12 pandoc-cli --installdir=/tmp/bin - name: checkout code uses: actions/checkout@v2.3.1 - name: build the site @@ -44,7 +44,7 @@ jobs: - name: update cabal run: cabal update - name: install pandoc - run: cabal install pandoc-3.1.1 pandoc-cli --installdir=/tmp/bin + run: cabal install pandoc-3.1.12 pandoc-cli --installdir=/tmp/bin - name: checkout code uses: actions/checkout@v2.3.1 - name: build the site