Skip to content

Commit

Permalink
chore(deps): bump getsentry/action-github-commit from 1.0.0 to 2.1.0
Browse files Browse the repository at this point in the history
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](getsentry/action-github-commit@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 26, 2024
1 parent f2cc332 commit 8c72837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 8c72837

Please sign in to comment.