From 2bd12f86f681a9f191c917c3035eda14d6f00717 Mon Sep 17 00:00:00 2001 From: Hassan Kibirige Date: Mon, 18 Dec 2023 17:08:02 +0300 Subject: [PATCH] CI: Bump quarto version --- .github/workflows/documentation.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 7e72ddb18..4848a81fd 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -28,7 +28,7 @@ jobs: - name: Install Quarto uses: quarto-dev/quarto-actions/setup@v2 with: - version: "1.4.521" + version: "1.4.528" - name: Install Package run: | diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index b6b1f2d67..6eecd0700 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -146,7 +146,7 @@ jobs: - name: Install Quarto uses: quarto-dev/quarto-actions/setup@v2 with: - version: "1.4.521" + version: "1.4.528" - name: Install Packages shell: bash