Skip to content

Commit dd7e96d

Browse files
build(deps): bump getsentry/github-workflows from 3.1.0 to 3.2.0 (#4872)
* build(deps): bump getsentry/github-workflows from 3.1.0 to 3.2.0 Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/getsentry/github-workflows/releases) - [Changelog](https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md) - [Commits](getsentry/github-workflows@3.1.0...95603f4) --- updated-dependencies: - dependency-name: getsentry/github-workflows dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * ci: fix tag name in version comment of action --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Pölz <38893694+Flash0ver@users.noreply.github.com>
1 parent 105778d commit dd7e96d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
danger:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: getsentry/github-workflows/danger@13be9bec4ec5cd67061b747972b996e9c80f4f3b # 3.1.0
11+
- uses: getsentry/github-workflows/danger@95603f4efe938315ff0dd427a1f2bb40b1889a92 # 3.2.0

.github/workflows/update-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: CLI
2525
path: scripts/update-cli.ps1
2626
steps:
27-
- uses: getsentry/github-workflows/updater@13be9bec4ec5cd67061b747972b996e9c80f4f3b # v3.1.0
27+
- uses: getsentry/github-workflows/updater@95603f4efe938315ff0dd427a1f2bb40b1889a92 # 3.2.0
2828
with:
2929
name: ${{ matrix.name }}
3030
path: ${{ matrix.path }}

0 commit comments

Comments
 (0)