Skip to content

Commit d53379b

Browse files
committed
workflow: specifies the version of action
1 parent 23f65ca commit d53379b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v1
1414
with:
1515
node-version: 12
16-
- uses: JamesIves/github-pages-deploy-action@master
16+
- uses: JamesIves/github-pages-deploy-action@4.1.4
1717
env:
1818
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
1919
BASE_BRANCH: master

0 commit comments

Comments
 (0)