From dd6ff5d32bd4fff23b4d5d5e0e908a4c506126d8 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 02:21:00 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v5 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- .../workflows/ci.yml.jinja | 2 +- .../workflows/release.yml.jinja | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79c36f0e..ac9de9c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: version: 2.13.2 - id: pages name: Setup pages - uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0 + uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0 - run: env | sort - run: make dev - run: make lint diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 203f81b0..f9c84429 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: version: 2.13.2 - id: pages name: Setup pages - uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0 + uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0 - run: env | sort - run: PDM_NO_EDITABLE=true make dev-doc - run: CI_PAGES_URL=${{ steps.pages.outputs.base_url }} make doc diff --git a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja index 2709fdab..354f0755 100644 --- a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja +++ b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja @@ -18,7 +18,7 @@ jobs: version: 2.13.2 - id: pages name: Setup pages - uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0 + uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0 - run: env | sort - run: make dev - run: make lint diff --git a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja index 4033d982..2deb9665 100644 --- a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja +++ b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja @@ -14,7 +14,7 @@ jobs: version: 2.13.2 - id: pages name: Setup pages - uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0 + uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0 - run: env | sort - run: PDM_NO_EDITABLE=true make dev-doc - run: CI_PAGES_URL={{ '${{ steps.pages.outputs.base_url }}' }} make doc