1
1
mirror of https://github.com/primer/css.git synced 2024-09-11 16:36:07 +03:00

Bump primer/.github from 2.0.0 to 2.1.0 (#2627)

Bumps [primer/.github](https://github.com/primer/.github) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/primer/.github/releases)
- [Commits](https://github.com/primer/.github/compare/v2...v2.1.0)

---
updated-dependencies:
- dependency-name: primer/.github
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-03 08:18:53 -07:00 committed by GitHub
parent 2b06fd1576
commit f5106ee8fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ permissions:
jobs:
deploy:
if: ${{ github.repository == 'primer/css' }}
uses: primer/.github/.github/workflows/deploy_preview.yml@v2.0.0
uses: primer/.github/.github/workflows/deploy_preview.yml@v2.1.0
name: Deploy preview
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -39,7 +39,7 @@ jobs:
if: ${{ github.repository == 'primer/css' }}
name: Production
needs: [guard]
uses: primer/.github/.github/workflows/deploy.yml@v2.0.0
uses: primer/.github/.github/workflows/deploy.yml@v2.1.0
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:

View File

@ -18,7 +18,7 @@ on:
jobs:
release-canary:
name: Canary
uses: primer/.github/.github/workflows/release_canary.yml@v2.0.0
uses: primer/.github/.github/workflows/release_canary.yml@v2.1.0
with:
install: npm ci
secrets: