From dcc85ee6c3f53da714ec4c1fbdd5521c593b299f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 17:14:29 +0000 Subject: [PATCH] Bump ad-m/github-push-action from 0.6.0 to 1.0.0 Bumps [ad-m/github-push-action](https://github.com/ad-m/github-push-action) from 0.6.0 to 1.0.0. - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/40bf560936a8022e68a3c00e7d2abefaf01305a6...77c5b412c50b723d2a4fbc6d71fb5723bcd439aa) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75042ebb..95f733b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: git config user.email "zihe.jia@mixpanel.com" git commit -m "Update CHANGELOG" - name: Push CHANGELOG changes - uses: ad-m/github-push-action@40bf560936a8022e68a3c00e7d2abefaf01305a6 # v0.6.0 + uses: ad-m/github-push-action@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # v1.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: main