1
1
mirror of https://github.com/primer/css.git synced 2024-07-07 04:46:21 +03:00

Bump primer/.github from 2.1.0 to 2.1.1 in the all group (#2647)

Bumps the all group with 1 update: [primer/.github](https://github.com/primer/.github).


Updates `primer/.github` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/primer/.github/releases)
- [Commits](https://github.com/primer/.github/compare/v2.1.0...v2.1.1)

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

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-21 09:25:12 -07:00 committed by GitHub
parent 7d48f496bf
commit c7b4c95bcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ permissions:
jobs:
deploy:
if: ${{ github.repository == 'primer/css' }}
uses: primer/.github/.github/workflows/deploy_preview.yml@v2.1.0
uses: primer/.github/.github/workflows/deploy_preview.yml@v2.1.1
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.1.0
uses: primer/.github/.github/workflows/deploy.yml@v2.1.1
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.1.0
uses: primer/.github/.github/workflows/release_canary.yml@v2.1.1
with:
install: npm ci
secrets:

View File

@ -14,6 +14,6 @@ on:
jobs:
release-tracking:
name: Release Tracking
uses: primer/.github/.github/workflows/release_tracking.yml@v2.1.0
uses: primer/.github/.github/workflows/release_tracking.yml@v2.1.1
secrets:
datadog_api_key: ${{ secrets.DATADOG_API_KEY }}