Skip to content

Commit 67db867

Browse files
Bump actions/configure-pages from 5.0.0 to 6.0.0 (#73)
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](actions/configure-pages@983d773...45bfe01) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11fe10d commit 67db867

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-to-github-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
cache: yarn # npm / pnpm / yarn
4949
# Configure GitHub Pages
5050
- name: Setup Pages
51-
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b
51+
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d
5252
# Install javascript dependencies with yarn
5353
- name: Install dependencies
5454
run: yarn install # or pnpm install / yarn install / bun install

0 commit comments

Comments
 (0)