Skip to content

Commit cef5f1f

Browse files
Bump actions/configure-pages from 2 to 5
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 2 to 5. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](actions/configure-pages@v2...v5) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9169fe commit cef5f1f

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)