Skip to content

Commit 02e2b4b

Browse files
Update JamesIves/github-pages-deploy-action action to v4.6.0
1 parent 8b92798 commit 02e2b4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cobench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: cobench --verbose --token ${{ secrets.TOKEN }} --to gh-pages
2323
- run: mkdir -p gh-pages/$(date +'%Y/%m/%d')
2424
- run: cp gh-pages/index.xml gh-pages/$(date +'%Y/%m/%d')/index.xml
25-
- uses: JamesIves/github-pages-deploy-action@4.1.4
25+
- uses: JamesIves/github-pages-deploy-action@v4.6.0
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.TOKEN }}
2828
with:

0 commit comments

Comments
 (0)