Skip to content

Commit

Permalink
chore(deps): bump primer/.github from 1.0.0 to 2.0.0 (#356)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Apr 16, 2024
1 parent ad74dd4 commit 4853051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
release-canary:
name: npm
if: ${{ github.repository == 'primer/behaviors' }}
uses: primer/.github/.github/workflows/release_canary.yml@v1.0.0
uses: primer/.github/.github/workflows/release_canary.yml@v2.0.0
with:
install: npm i
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
release-candidate:
name: npm
if: ${{ github.repository == 'primer/behaviors' }}
uses: primer/.github/.github/workflows/release_candidate.yml@v1.0.0
uses: primer/.github/.github/workflows/release_candidate.yml@v2.0.0
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}

0 comments on commit 4853051

Please sign in to comment.