From e7d94745401568544f0ee93941b05a106d24f26f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 25 May 2021 03:55:22 +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 }}