diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e0f65c8..653e0751 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version: 16 - - uses: actions/configure-pages@3c444c051bb5fc873069cfcc236eb93f78b5b0f5 # v3 + - uses: actions/configure-pages@37538b280cbfab35da9dcd936a2b95f1f522d927 # v3 - name: Run build run: | npm ci