Skip to content

Commit a38cbab

Browse files
authored
Merge pull request #678 from railsgirls/dependabot/github_actions/actions/configure-pages-6
build(deps): Bump actions/configure-pages from 5 to 6
2 parents dd86828 + 5687764 commit a38cbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

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

0 commit comments

Comments
 (0)