From 4dfdcdbd1f2812a370f1cc43d679a9620ec3837e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 09:54:00 -0700 Subject: [PATCH] Bump actions/configure-pages from 4 to 5 (#1426) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/api-viewer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-viewer.yml b/.github/workflows/api-viewer.yml index b40222da7..49a04258e 100644 --- a/.github/workflows/api-viewer.yml +++ b/.github/workflows/api-viewer.yml @@ -32,7 +32,7 @@ jobs: java-version: '11' cache: 'maven' - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Build API viewer run: mvn -B -V -e -ntp -Pquick-build clean verify - name: Upload artifact