Skip to content

Commit 8b33b36

Browse files
authored
Merge pull request #553 from ruby/dependabot/github_actions/actions/configure-pages-5
Bump actions/configure-pages from 4 to 5
2 parents 99f6823 + 3dc4277 commit 8b33b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
bundler-cache: true
2828
- name: Setup Pages
2929
id: pages
30-
uses: actions/configure-pages@v4
30+
uses: actions/configure-pages@v5
3131
- name: Build with RDoc
3232
# Outputs to the './_site' directory by default
3333
run: bundle exec rake rdoc

0 commit comments

Comments
 (0)