Skip to content

Commit

Permalink
docs: use 1.7.1 in the sample
Browse files Browse the repository at this point in the history
  • Loading branch information
oke-py committed Jan 6, 2021
1 parent c2f20e6 commit ddca8d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: install dependencies
run: npm ci
- uses: oke-py/npm-audit-action@v1.7.0
- uses: oke-py/npm-audit-action@v1.7.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
issue_assignees: oke-py
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v2
- name: install dependencies
run: npm ci
- uses: oke-py/npm-audit-action@v1.7.0
- uses: oke-py/npm-audit-action@v1.7.1
with:
audit_level: moderate
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ddca8d2

Please sign in to comment.