From b1ba4f9941126c7c4a253b1844e68128649f5c67 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Wed, 14 Feb 2024 16:34:44 -0800 Subject: [PATCH] Bump to v231 and prepare release --- Gemfile | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index ef3dd2b..9f7537f 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # Manage our dependency on the version of the github-pages gem here. -gem "github-pages", "= 230" +gem "github-pages", "= 231" # Explicitly include this gem here. # It is not directly included in the github-pages gem list of dependencies, diff --git a/action.yml b/action.yml index 30f08a8..05cf38a 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.11' + image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.12'