Bump pages-gem to 227
This commit is contained in:
@@ -5,7 +5,7 @@ source "https://rubygems.org"
|
|||||||
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
||||||
|
|
||||||
# Manage our dependency on the version of the github-pages gem here.
|
# 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.
|
# Explicitly include this gem here.
|
||||||
# It is not directly included in the github-pages gem list of dependencies,
|
# It is not directly included in the github-pages gem list of dependencies,
|
||||||
|
|||||||
+1
-1
@@ -27,4 +27,4 @@ inputs:
|
|||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.3'
|
image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.4'
|
||||||
|
|||||||
Reference in New Issue
Block a user