Skip to content

Commit bc7abd2

Browse files
committed
Upgrade & use SHA for github-pages-deploy-action.
1 parent 7dfce49 commit bc7abd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: npm run test
5959
continue-on-error: true
6060
- name: Deploy to Github Pages
61-
uses: JamesIves/github-pages-deploy-action@4.1.5
61+
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
6262
with:
6363
branch: gh-pages
6464
folder: reports

0 commit comments

Comments
 (0)