diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a14ceca3dcb..3e4c64c4ca8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: cache: "yarn" - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Install dependencies run: yarn install