Skip to content

Commit 9b88238

Browse files
authored
Merge pull request #42 from actions/bump227
Bump pages-gem to 227
2 parents 17d6de2 + aa03b10 commit 9b88238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66

77
# Manage our dependency on the version of the github-pages gem here.
8-
gem "github-pages", "= 226"
8+
gem "github-pages", "= 227"
99

1010
# Explicitly include this gem here.
1111
# It is not directly included in the github-pages gem list of dependencies,

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ inputs:
2727
default: ${{ github.token }}
2828
runs:
2929
using: 'docker'
30-
image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.3'
30+
image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.4'

0 commit comments

Comments
 (0)