Skip to content

Commit

Permalink
chore(workflows/update-deps): move to v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
neverendingqs committed Mar 18, 2023
1 parent a88978c commit e01076e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: neverendingqs/gh-action-node-update-deps@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- uses: neverendingqs/gh-action-node-update-deps@v2
with:
bump-version: patch

0 comments on commit e01076e

Please sign in to comment.