Skip to content

Commit d37e16c

Browse files
Merge pull request #2331 from skaut/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.7.4
Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4
2 parents ed3f7f3 + b590646 commit d37e16c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/collect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
path: dist
3636

3737
- name: Deploy
38-
uses: JamesIves/[email protected].3
38+
uses: JamesIves/[email protected].4
3939
with:
4040
branch: gh-pages
4141
folder: dist

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
path: packages/frontend/dist
5858

5959
- name: Deploy
60-
uses: JamesIves/[email protected].3
60+
uses: JamesIves/[email protected].4
6161
with:
6262
branch: gh-pages
6363
folder: packages/frontend/dist

0 commit comments

Comments
 (0)