Skip to content

Commit 79bcddc

Browse files
authored
Merge pull request #3652 from github/dependabot/github_actions/actions/configure-pages-6.0.0
chore(deps): bump actions/configure-pages from 5.0.0 to 6.0.0
2 parents 5af87e2 + 19c44cd commit 79bcddc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jekyll-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ref: ${{ github.event.pull_request.head.sha }}
3737
repository: ${{ github.event.pull_request.head.repo.full_name }}
3838
- name: Setup Pages
39-
uses: actions/configure-pages@v5.0.0
39+
uses: actions/configure-pages@v6.0.0
4040
- name: Build with Jekyll
4141
uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1
4242
with:

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v6.0.2
3131
- name: Setup Pages
32-
uses: actions/configure-pages@v5.0.0
32+
uses: actions/configure-pages@v6.0.0
3333
- name: Build with Jekyll
3434
uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1
3535
with:

0 commit comments

Comments
 (0)