Skip to content

Commit d1a7de0

Browse files
authored
Merge pull request #3879 from ruby/dependabot/github_actions/actions/configure-pages-6.0.0
Bump actions/configure-pages from 5.0.0 to 6.0.0
2 parents 9f2d4ec + 7159600 commit d1a7de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
bundler-cache: true
3030
- name: Setup Pages
3131
id: pages
32-
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
32+
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
3333
- name: Build with Jekyll
3434
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
3535
env:

0 commit comments

Comments
 (0)