From 77b27c6c90d2fafa0190d7e50aa808af45409dab Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Tue, 13 Feb 2024 10:16:15 -0800 Subject: [PATCH] Forgot to bump the version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ca20d8d..30f08a8 100644 --- a/action.yml +++ b/action.yml @@ -28,4 +28,4 @@ inputs: default: ${{ github.token }} runs: using: 'docker' - image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.10' + image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.11'