Skip to content

Commit b399b65

Browse files
authored
Merge pull request #89 from Loop3D/dependabot/github_actions/actions/deploy-pages-5
chore(deps): bump actions/deploy-pages from 4 to 5
2 parents a644c95 + e61a5f7 commit b399b65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ jobs:
9191
- name: Deploy to GitHub Pages
9292
id: deployment
9393
if: ${{ github.event_name == 'push' && ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' ) }}
94-
uses: actions/deploy-pages@v4
94+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)