Skip to content

Commit

Permalink
Bump primer/.github from 1.0.0 to 2.0.0
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 9175bc3 commit 7f4a775
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
deploy:
if: ${{ github.repository == 'primer/css' }}
uses: primer/.github/.github/workflows/deploy_preview.yml@v1.0.0
uses: primer/.github/.github/workflows/deploy_preview.yml@v2.0.0
name: Deploy preview
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: ${{ github.repository == 'primer/css' }}
name: Production
needs: [guard]
uses: primer/.github/.github/workflows/deploy.yml@v1.0.0
uses: primer/.github/.github/workflows/deploy.yml@v2.0.0
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
release-canary:
name: Canary
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 ci
secrets:
Expand Down

0 comments on commit 7f4a775

Please sign in to comment.