Skip to content

Commit c8abc92

Browse files
chore(deps): bump primer/.github from 1.0.0 to 2.0.0 (#4500)
Bumps [primer/.github](https://github.com/primer/.github) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/primer/.github/releases) - [Commits](primer/.github@v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: primer/.github dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e9267f commit c8abc92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
name: Production
5252
needs: [guard]
5353
if: ${{ needs.guard.outputs.should_deploy == 'true' }}
54-
uses: primer/.github/.github/workflows/deploy.yml@bb0b18fb589038a93a49a24624be0559c01ed0b9
54+
uses: primer/.github/.github/workflows/deploy.yml@5d641c4a200cecaddcb067822ea54dd17ae0a821
5555
secrets:
5656
gh_token: ${{ secrets.GITHUB_TOKEN }}
5757
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
release-next-major:
5353
if: github.ref_name == 'next-major'
5454
name: Next major
55-
uses: primer/.github/.github/workflows/release_with_app.yml@v1.0.0
55+
uses: primer/.github/.github/workflows/release_with_app.yml@v2.0.0
5656
with:
5757
title: Release tracking (next major)
5858
secrets:

.github/workflows/release_candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
release-candidate-next-major:
6868
if: github.ref_name == 'changeset-release/next-major'
6969
name: Candidate (@next-major)
70-
uses: primer/.github/.github/workflows/release_candidate.yml@v1.0.0
70+
uses: primer/.github/.github/workflows/release_candidate.yml@v2.0.0
7171
with:
7272
tag: next-major
7373
secrets:

0 commit comments

Comments
 (0)