Skip to content

Commit

Permalink
Merge pull request #42 from actions/bump227
Browse files Browse the repository at this point in the history
Bump pages-gem to 227
  • Loading branch information
yoannchaudet authored Jul 12, 2022
2 parents 17d6de2 + aa03b10 commit 9b88238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 9b88238

Please sign in to comment.