From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 20:53:28 +0000 (+0000) Subject: chore(deps): bump actions/configure-pages from 5 to 6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7143753b0bd76c7010bb6b6f6a4d55d5cee004e;p=thirdparty%2Fdracut-ng.git chore(deps): bump actions/configure-pages from 5 to 6 Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 5 to 6. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1c42dbd56..7458e820d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: with: fetch-depth: 0 - name: Configure Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Install Node.js uses: actions/setup-node@v6 with: