From 63761c7973517e8f7dc4182bc9cd1b8dd5e7e215 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:02:26 +0100 Subject: [PATCH] chore(deps): update actions/configure-pages action to v4 (#38) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/rustdoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rustdoc.yml b/.github/workflows/rustdoc.yml index 679bb51..e2d53a8 100644 --- a/.github/workflows/rustdoc.yml +++ b/.github/workflows/rustdoc.yml @@ -51,7 +51,7 @@ jobs: run: echo '' > ./target/doc/index.html - name: Setup Pages - uses: actions/configure-pages@v2 + uses: actions/configure-pages@v4 - name: Upload artifact uses: actions/upload-pages-artifact@v1