Skip to content

Commit 5979897

Browse files
authored
Merge pull request #59 from codeRSH/dependabot/github_actions/actions/configure-pages-6
Bump actions/configure-pages from 5 to 6
2 parents 2fdb096 + abf29e5 commit 5979897

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cache-version: 0 # Increment this number if you need to re-download cached gems
4242
- name: Setup Pages
4343
id: pages
44-
uses: actions/configure-pages@v5
44+
uses: actions/configure-pages@v6
4545
- name: Build with Jekyll
4646
# Outputs to the './_site' directory by default
4747
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"

0 commit comments

Comments
 (0)