Skip to content

Commit 68f518d

Browse files
Merge pull request #10 from dennisbrookner/dependabot/github_actions/actions/configure-pages-5
Bump actions/configure-pages from 2 to 5
2 parents e9169fe + cef5f1f commit 68f518d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pages.yml

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

.github/workflows/pages_no_deploy.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@v2
44+
uses: actions/configure-pages@v5
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)