From 745753c4b76f0d8a5ff1ccd1316331b0ef920c40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 07:46:41 +0100 Subject: [PATCH] chore(deps): bump actions-js/push from 1.3 to 1.4 (#3532) Bumps [actions-js/push](https://github.com/actions-js/push) from 1.3 to 1.4. - [Release notes](https://github.com/actions-js/push/releases) - [Commits](https://github.com/actions-js/push/compare/a52398fac807b0c1e5f1492c969b477c8560a0ba...156f2b10c3aa000c44dbe75ea7018f32ae999772) --- updated-dependencies: - dependency-name: actions-js/push dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/static-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-data.yml b/.github/workflows/static-data.yml index a6019028d..3667887b0 100644 --- a/.github/workflows/static-data.yml +++ b/.github/workflows/static-data.yml @@ -49,7 +49,7 @@ jobs: - name: format run: pnpm format - name: Commit & Push changes - uses: actions-js/push@a52398fac807b0c1e5f1492c969b477c8560a0ba # tag=v1.3 + uses: actions-js/push@156f2b10c3aa000c44dbe75ea7018f32ae999772 # tag=v1.4 with: github_token: ${{ secrets.TOKEN_VERDACCIOBOT_GITHUB }} message: "chore: updated static data"