From 10a66f9c2b752e305dfa90d0478a453be24cfb33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 15:18:53 +0000 Subject: [PATCH] build(deps): bump getsentry/action-github-commit from 1.0.0 to 2.0.0 Bumps [getsentry/action-github-commit](https://github.com/getsentry/action-github-commit) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/getsentry/action-github-commit/releases) - [Commits](https://github.com/getsentry/action-github-commit/compare/v1.0.0...v2.0.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 8492cc196e..050463de19 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.0.0 with: github-token: ${{ steps.token.outputs.token }}