From 8c80f827338df9a5c713e235300b384b02806d18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 08:13:41 +0000 Subject: [PATCH] Bump ad-m/github-push-action from 0.8.0 to 1.3.0 Bumps [ad-m/github-push-action](https://github.com/ad-m/github-push-action) from 0.8.0 to 1.3.0. - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/d91a481090679876dfc4178fef17f286781251df...881a6320fdb16eb5318c5054f31c218aec2b324c) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test_new_highway.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_new_highway.yml b/.github/workflows/test_new_highway.yml index 2ec4ed68a..19f0906d1 100644 --- a/.github/workflows/test_new_highway.yml +++ b/.github/workflows/test_new_highway.yml @@ -61,7 +61,7 @@ jobs: git commit -m "Update highway submodule" || echo "No changes to commit" - name: Push changes - uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # v0.8.0 + uses: ad-m/github-push-action@881a6320fdb16eb5318c5054f31c218aec2b324c # v1.3.0 with: github_token: ${{ secrets.TOKEN }} branch: 'refs/heads/${{ matrix.branch }}'