From 04a2ecaff4fe555cfdd557905892001d23dee4ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 12:38:51 +0000 Subject: [PATCH] Bump actions-js/push from 1.2 to 1.3 Bumps [actions-js/push](https://github.com/actions-js/push) from 1.2 to 1.3. - [Release notes](https://github.com/actions-js/push/releases) - [Commits](https://github.com/actions-js/push/compare/v1.2...v1.3) --- updated-dependencies: - dependency-name: actions-js/push dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/localize.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/localize.yml b/.github/workflows/localize.yml index eafc7430..57db544a 100644 --- a/.github/workflows/localize.yml +++ b/.github/workflows/localize.yml @@ -38,7 +38,7 @@ jobs: python ./scripts/_locale.py --extract - name: GitHub Commit & Push # push changes back into nightly - uses: actions-js/push@v1.2 + uses: actions-js/push@v1.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: nightly