From 8c72837a3dea9b6d29f18ff1d9794439bfa2175a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 15:26:19 +0000 Subject: [PATCH] chore(deps): bump getsentry/action-github-commit from 1.0.0 to 2.1.0 Bumps [getsentry/action-github-commit](https://github.com/getsentry/action-github-commit) from 1.0.0 to 2.1.0. - [Release notes](https://github.com/getsentry/action-github-commit/releases) - [Commits](https://github.com/getsentry/action-github-commit/compare/v1.0.0...v2.1.0) --- updated-dependencies: - dependency-name: getsentry/action-github-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5848dc0bf1..a40e98142b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: # If working tree is dirty, commit and update if we have a token - name: Apply any pre-commit fixed files if: steps.token.outcome == 'success' && github.ref != 'refs/heads/master' && always() - uses: getsentry/action-github-commit@v1.0.0 + uses: getsentry/action-github-commit@v2.1.0 with: github-token: ${{ steps.token.outputs.token }}