Skip to content

Commit c279783

Browse files
ci: bump action version for page workflow
1 parent 99840b4 commit c279783

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
persist-credentials: false
5353

5454
- name: Setup Python
55-
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
55+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
5656
with:
5757
python-version: '3.x'
5858

@@ -65,10 +65,10 @@ jobs:
6565
mkdocs build
6666
6767
- name: Upload Pages
68-
uses: actions/upload-pages-artifact@253fd476ed429e83b7aae64a92a75b4ceb1a17cf # v1.0.7
68+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
6969
with:
7070
path: 'site'
7171

7272
- name: Deployment
73-
uses: actions/deploy-pages@0243b6c10d06cb8e95ed8ee471231877621202c0 # v1.2.4
73+
uses: actions/deploy-pages@decdde0ac072f6dcbe43649d82d9c635fff5b4e4 # v4.0.4
7474
id: deployment

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- Using concurrency to manage new workflow runs ([#384](https://github.com/wabarc/wayback/pull/384))
2323
- Improve documentation ([#385](https://github.com/wabarc/wayback/pull/385))
2424
- Refactoring HTTP client for better consistency and maintainability ([#401](https://github.com/wabarc/wayback/pull/401))
25+
- ci: bump action version for page workflow
2526

2627
## [0.19.1] - 2023-03-21
2728

0 commit comments

Comments
 (0)