From c8fc031f000b7f52728479f4d919e7cfbe06ca1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 21:55:21 +0000 Subject: [PATCH] chore(deps): update jaid/action-sync-node-meta action to v2 --- .github/workflows/sync-node-meta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-node-meta.yml b/.github/workflows/sync-node-meta.yml index bec0ff08..ab517443 100644 --- a/.github/workflows/sync-node-meta.yml +++ b/.github/workflows/sync-node-meta.yml @@ -18,7 +18,7 @@ jobs: node-version: 12 - name: Sync repo with package.json - uses: jaid/action-sync-node-meta@v1.4.0 + uses: jaid/action-sync-node-meta@v2.0.0 with: direction: overwrite-github githubToken: ${{ secrets.GITHUB_TOKEN }}