From 24136340d4174899f522adfceff6c5822b1ba286 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Tue, 12 Jul 2022 13:04:12 -0700 Subject: [PATCH 1/2] Bump pages-gem to 227 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f92614de..2bf7a119 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", "= 226" +gem "github-pages", "= 227" # Explicitly include this gem here. # It is not directly included in the github-pages gem list of dependencies, From aa03b102247bc07336c401f112cc6188942143e2 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Tue, 12 Jul 2022 13:24:55 -0700 Subject: [PATCH 2/2] Prep release --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 59772f73..39caa135 100644 --- a/action.yml +++ b/action.yml @@ -27,4 +27,4 @@ inputs: default: ${{ github.token }} runs: using: 'docker' - image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.3' + image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.4'