Merge pull request #42 from actions/bump227
Docker / build (push) Has been cancelled

Bump pages-gem to 227
This commit is contained in:
Yoann Chaudet
2022-07-12 13:25:42 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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,
+1 -1
View File
@@ -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'