From 6824c7f4806a584bbb8d5565f9e731ece78b84bf Mon Sep 17 00:00:00 2001 From: Mark Tse Date: Sun, 5 Feb 2023 21:37:14 -0500 Subject: [PATCH] chore(update-deps): use v2 of `neverendingqs/gh-action-node-update-deps`. (#120) --- .github/workflows/update-deps.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index cc5b597..6291cfd 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -10,6 +10,8 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: neverendingqs/gh-action-node-update-deps@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - uses: actions/setup-node@v3 + with: + check-latest: true + node-version: 'lts/*' + - uses: neverendingqs/gh-action-node-update-deps@main