Skip to content

Commit adc75c0

Browse files
dependabot[bot]jamescrosswellFlash0ver
authored
build(deps): bump getsentry/github-workflows/.github/workflows/updater.yml from 2.13.1 to 3.1.0 (#4715)
* build(deps): bump getsentry/github-workflows/.github/workflows/updater.yml Bumps [getsentry/github-workflows/.github/workflows/updater.yml](https://github.com/getsentry/github-workflows) from 2.13.1 to 3.1.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@1949ea0...13be9be) --- updated-dependencies: - dependency-name: getsentry/github-workflows/.github/workflows/updater.yml dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore(ci): Migrate updater workflow from v2 to v3 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Crosswell <[email protected]> Co-authored-by: Stefan Pölz <[email protected]>
1 parent eeba108 commit adc75c0

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/update-deps.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
deps:
1212
name: ${{ matrix.name }}
13+
runs-on: ubuntu-latest
1314
strategy:
1415
fail-fast: false
1516
matrix:
@@ -22,10 +23,10 @@ jobs:
2223
path: modules/sentry-native
2324
- name: CLI
2425
path: scripts/update-cli.ps1
25-
uses: getsentry/github-workflows/.github/workflows/updater.yml@1949ea01ec2da6139d1bcc306c372e6aea76fb72 # v2.13.1
26-
with:
27-
name: ${{ matrix.name }}
28-
path: ${{ matrix.path }}
29-
pr-strategy: update
30-
secrets:
31-
api-token: ${{ secrets.CI_DEPLOY_KEY }}
26+
steps:
27+
- uses: getsentry/github-workflows/updater@13be9bec4ec5cd67061b747972b996e9c80f4f3b # v3.1.0
28+
with:
29+
name: ${{ matrix.name }}
30+
path: ${{ matrix.path }}
31+
pr-strategy: update
32+
api-token: ${{ secrets.CI_DEPLOY_KEY }}

0 commit comments

Comments
 (0)