Skip to content

Commit

Permalink
build(deps): bump actions/configure-pages from 4 to 5 (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 6, 2024
1 parent 54e2e70 commit d5dfca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
- run: just build-for-pandoc
- name: Convert to HTML
uses: docker://pandoc/core:3
Expand Down

0 comments on commit d5dfca4

Please sign in to comment.