Skip to content

Commit b79d6ef

Browse files
serious-scaffold[bot]huxuan
authored andcommitted
chore(deps): update actions/configure-pages action to v5
1 parent c5012d3 commit b79d6ef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version: 2.12.4
1818
- id: pages
1919
name: Setup pages
20-
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
20+
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
2121
- run: env | sort
2222
- run: make dev
2323
- run: make lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
version: 2.12.4
1414
- id: pages
1515
name: Setup pages
16-
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
16+
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
1717
- run: env | sort
1818
- run: PDM_NO_EDITABLE=true make dev-doc
1919
- run: CI_PAGES_URL=${{ steps.pages.outputs.base_url }} make doc

template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
version: 2.12.4
1919
- id: pages
2020
name: Setup pages
21-
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
21+
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
2222
- run: env | sort
2323
- run: make dev
2424
- run: make lint

template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
version: 2.12.4
1515
- id: pages
1616
name: Setup pages
17-
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
17+
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
1818
- run: env | sort
1919
- run: PDM_NO_EDITABLE=true make dev-doc
2020
- run: CI_PAGES_URL={{ '${{ steps.pages.outputs.base_url }}' }} make doc

0 commit comments

Comments
 (0)