Skip to content

Commit 3260ea6

Browse files
authored
update Github Action config (#46)
* update Github Action config * npm audit fix
1 parent 82af9c7 commit 3260ea6

File tree

3 files changed

+28
-31
lines changed

3 files changed

+28
-31
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: 12.x
1919
- name: Generate and deploy document
20-
uses: JamesIves/github-pages-deploy-action@master
20+
uses: JamesIves/github-pages-deploy-action@2.0.3
2121
env:
2222
BRANCH: gh-pages
2323
FOLDER: docs

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git tag -a $tagName -m "release by Github Actions"
2424
fi
2525
- name: Push to repo
26-
uses: ad-m/github-push-action@master
26+
uses: ad-m/github-push-action@v0.6.0
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
branch: master

package-lock.json

Lines changed: 26 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)