This PR updates the GitHub Actions workflow for deploying to GitHub Pages. It upgrades the actions/checkout action to version 4 and adds a GITHUB_TOKEN input to the Legion2/swagger-ui-action.
Detailed summary
Updated actions/checkout from v3 to v4.
Added GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} to Legion2/swagger-ui-action.
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
PR-Codex overview
This PR updates the GitHub Actions workflow for deploying to GitHub Pages. It upgrades the
actions/checkout
action to version 4 and adds aGITHUB_TOKEN
input to theLegion2/swagger-ui-action
.Detailed summary
actions/checkout
fromv3
tov4
.GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
toLegion2/swagger-ui-action
.