Skip to content

Commit

Permalink
Bump actions/configure-pages from 4.0.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](actions/configure-pages@1f0c5cd...983d773)

---
updated-dependencies:
- dependency-name: actions/configure-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 14, 2024
1 parent 07fc158 commit 0c3bc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
python-version: '3.10'
- name: Setup Pages
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
- name: Install Dependencies
run: |
python -m pip install --quiet --upgrade pip setuptools wheel
Expand Down

0 comments on commit 0c3bc56

Please sign in to comment.