Skip to content

Commit

Permalink
Bump to v231 and prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannchaudet committed Feb 15, 2024
1 parent 3ef6007 commit b1ba4f9
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", "= 230"
gem "github-pages", "= 231"

# 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 @@ -28,4 +28,4 @@ inputs:
default: ${{ github.token }}
runs:
using: 'docker'
image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.11'
image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.12'

0 comments on commit b1ba4f9

Please sign in to comment.