From 3b7e466ef0c0df8b70e27b5dd9fb12a6c4c9df7f Mon Sep 17 00:00:00 2001 From: Tuomas Rossi Date: Mon, 15 Apr 2024 17:09:47 +0300 Subject: [PATCH] Update slidefactory --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 0db269e61..3fab38ce9 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -25,7 +25,7 @@ jobs: timeout-minutes: 30 runs-on: ubuntu-latest container: - image: ghcr.io/csc-training/slidefactory:3.0.0-beta.9 + image: ghcr.io/csc-training/slidefactory:3.0.0-beta.10 steps: - name: Checkout uses: actions/checkout@v4