diff --git a/.changeset/soft-radios-boil.md b/.changeset/soft-radios-boil.md new file mode 100644 index 0000000000..0d6862f1a1 --- /dev/null +++ b/.changeset/soft-radios-boil.md @@ -0,0 +1,4 @@ +--- +--- + +ci(deps): bump actions/configure-pages from 2 to 5 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0fbc321941..b471eed45d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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'