Skip to content

Commit fe5ace6

Browse files
Update actions/configure-pages action to v5 (#317)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc81714 commit fe5ace6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if [ -f requirements_dev.txt ]; then pip install -r requirements_dev.txt; fi
4545
- run: pdoc ./ical -o docs/
4646
- name: Setup Pages
47-
uses: actions/configure-pages@v4
47+
uses: actions/configure-pages@v5
4848
- name: Upload artifact
4949
uses: actions/upload-pages-artifact@v3
5050
with:

0 commit comments

Comments
 (0)