From 6cabdae5137bc9aca716a554026c13ba1ca5dbec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 13:30:34 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v4 --- .github/workflows/pub-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pub-docs.yml b/.github/workflows/pub-docs.yml index 2dcdbc9..a86e3e2 100644 --- a/.github/workflows/pub-docs.yml +++ b/.github/workflows/pub-docs.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Install redocly-cli uses: ./.github/actions/install-redocly-cli - name: Build docs