Skip to content

Commit 2725d01

Browse files
authored
Merge pull request #155 from dimaslanjaka/dependabot/github_actions/master/actions/deploy-pages-5
chore(deps): bump actions/deploy-pages from 4 to 5
2 parents bbd58ab + 9360b76 commit 2725d01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
- name: 🚀 Deploy to GitHub Pages
143143
if: steps.validate.outcome == 'success'
144144
id: deployment
145-
uses: actions/deploy-pages@v4
145+
uses: actions/deploy-pages@v5
146146
with:
147147
token: ${{ env.ACCESS_TOKEN }}
148148
artifact_name: "github-pages"

0 commit comments

Comments
 (0)