File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments