From 682a29823c2c0c9871bc13f4730de877f86cc655 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Fri, 9 Feb 2024 11:34:44 -0800 Subject: [PATCH 1/3] Bump pages-gem to v229 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 90c9db0c..26fa0da6 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", "= 228" +gem "github-pages", "= 229" # Explicitly include this gem here. # It is not directly included in the github-pages gem list of dependencies, From b73e57c64630e4094da080160581b83c74178fad Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Fri, 9 Feb 2024 11:41:58 -0800 Subject: [PATCH 2/3] Update fixtures --- .../_expected/2020/02/13/the-future-is-looking-bright.html | 2 +- .../_expected/2020/02/13/the-future-is-looking-bright.html | 2 +- .../future-true/_expected/2022/03/01/we-live-in-hell.html | 2 +- test_projects/jekyll-include-cache/_expected/index.html | 2 +- test_projects/octicons/_expected/index.html | 2 +- test_projects/readme/_expected/index.html | 2 +- test_projects/simple/_expected/index.html | 2 +- test_projects/themes/_expected/index.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test_projects/future-false/_expected/2020/02/13/the-future-is-looking-bright.html b/test_projects/future-false/_expected/2020/02/13/the-future-is-looking-bright.html index 1fad1fd9..376b6cf4 100644 --- a/test_projects/future-false/_expected/2020/02/13/the-future-is-looking-bright.html +++ b/test_projects/future-false/_expected/2020/02/13/the-future-is-looking-bright.html @@ -7,7 +7,7 @@ The Future is Looking Bright! | jekyll-build-pages - + diff --git a/test_projects/future-true/_expected/2020/02/13/the-future-is-looking-bright.html b/test_projects/future-true/_expected/2020/02/13/the-future-is-looking-bright.html index 1fad1fd9..376b6cf4 100644 --- a/test_projects/future-true/_expected/2020/02/13/the-future-is-looking-bright.html +++ b/test_projects/future-true/_expected/2020/02/13/the-future-is-looking-bright.html @@ -7,7 +7,7 @@ The Future is Looking Bright! | jekyll-build-pages - + diff --git a/test_projects/future-true/_expected/2022/03/01/we-live-in-hell.html b/test_projects/future-true/_expected/2022/03/01/we-live-in-hell.html index beca5a9b..550ec7f5 100644 --- a/test_projects/future-true/_expected/2022/03/01/we-live-in-hell.html +++ b/test_projects/future-true/_expected/2022/03/01/we-live-in-hell.html @@ -7,7 +7,7 @@ We Live In Hell | jekyll-build-pages - + diff --git a/test_projects/jekyll-include-cache/_expected/index.html b/test_projects/jekyll-include-cache/_expected/index.html index 81ad445c..36e075e3 100644 --- a/test_projects/jekyll-include-cache/_expected/index.html +++ b/test_projects/jekyll-include-cache/_expected/index.html @@ -7,7 +7,7 @@ jekyll-build-pages | A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages. - + diff --git a/test_projects/octicons/_expected/index.html b/test_projects/octicons/_expected/index.html index 27cc89a1..0d381b22 100644 --- a/test_projects/octicons/_expected/index.html +++ b/test_projects/octicons/_expected/index.html @@ -7,7 +7,7 @@ Readme Test | jekyll-build-pages - + diff --git a/test_projects/readme/_expected/index.html b/test_projects/readme/_expected/index.html index 11570e5f..5af92834 100644 --- a/test_projects/readme/_expected/index.html +++ b/test_projects/readme/_expected/index.html @@ -7,7 +7,7 @@ Readme Test | jekyll-build-pages - + diff --git a/test_projects/simple/_expected/index.html b/test_projects/simple/_expected/index.html index 496dd53a..f48618f7 100644 --- a/test_projects/simple/_expected/index.html +++ b/test_projects/simple/_expected/index.html @@ -7,7 +7,7 @@ Jekyll Actions Demo | A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages. - + diff --git a/test_projects/themes/_expected/index.html b/test_projects/themes/_expected/index.html index 9857118e..8987512b 100644 --- a/test_projects/themes/_expected/index.html +++ b/test_projects/themes/_expected/index.html @@ -7,7 +7,7 @@ themes | A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages. - + From ea51107ef846da9fbd8de5701f2b0eabc8fc2108 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Fri, 9 Feb 2024 11:42:18 -0800 Subject: [PATCH 3/3] Prep actions.yml update --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2cf6a9bb..ca20d8de 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.9' + image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.10'