Skip to content

Commit

Permalink
ci: bump action version for page workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver authored Feb 17, 2024
1 parent 99840b4 commit c279783
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
persist-credentials: false

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

Expand All @@ -65,10 +65,10 @@ jobs:
mkdocs build
- name: Upload Pages
uses: actions/upload-pages-artifact@253fd476ed429e83b7aae64a92a75b4ceb1a17cf # v1.0.7
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
with:
path: 'site'

- name: Deployment
uses: actions/deploy-pages@0243b6c10d06cb8e95ed8ee471231877621202c0 # v1.2.4
uses: actions/deploy-pages@decdde0ac072f6dcbe43649d82d9c635fff5b4e4 # v4.0.4
id: deployment
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Using concurrency to manage new workflow runs ([#384](https://github.com/wabarc/wayback/pull/384))
- Improve documentation ([#385](https://github.com/wabarc/wayback/pull/385))
- Refactoring HTTP client for better consistency and maintainability ([#401](https://github.com/wabarc/wayback/pull/401))
- ci: bump action version for page workflow

## [0.19.1] - 2023-03-21

Expand Down

0 comments on commit c279783

Please sign in to comment.