Skip to content

Commit 71929ee

Browse files
chore(deps): update actions/deploy-pages action to v4 (#32)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6ba9ef commit 71929ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ cookiecutter.name | lower }}/.github/workflows/deploy_docc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
path: 'docs'
4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v1
47+
uses: actions/deploy-pages@v4
4848
{% endif -%}
4949
{% if cookiecutter.docc_custom_branch == "Yes" -%}
5050
- name: Build and Push Generated Documentation

0 commit comments

Comments
 (0)