Skip to content

Commit

Permalink
Merge pull request #73 from hayatoito/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/configure-pages-5

Bump actions/configure-pages from 4 to 5
  • Loading branch information
hayatoito authored Apr 1, 2024
2 parents 1d8df42 + 2a409cb commit 3e20277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: ./cache/site build --root-dir . --config=config-release.toml --out-dir ./out
- name: Setup Pages
if: github.event_name == 'push'
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
- name: Upload artifact
if: github.event_name == 'push'
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 3e20277

Please sign in to comment.