Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(deps): bump actions/configure-pages from 2 to 5 #2724

Merged
4 changes: 4 additions & 0 deletions .changeset/soft-radios-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

ci(deps): bump actions/configure-pages from 2 to 5
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:

- name: Configure GitHub Pages
if: env.SHOULD_DEPLOY_DOCS == 'true'
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5

- name: Upload Docs Artifact
if: env.SHOULD_DEPLOY_DOCS == 'true'
Expand Down
Loading