Skip to content

Commit 79d4c97

Browse files
authored
Merge pull request #240 from ruby/dependabot/github_actions/actions/configure-pages-6
Bump actions/configure-pages from 5 to 6
2 parents d98680c + 55ddb0b commit 79d4c97

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
@@ -28,7 +28,7 @@ jobs:
2828
bundler-cache: true
2929
- name: Setup Pages
3030
id: pages
31-
uses: actions/configure-pages@v5
31+
uses: actions/configure-pages@v6
3232
- name: Build with middleman
3333
# Outputs to the './_site' directory by default
3434
run: bundle exec middleman build

0 commit comments

Comments
 (0)