Skip to content

Commit

Permalink
Bump primer/.github from 2.1.0 to 2.1.1 in the all group (#2647)
Browse files Browse the repository at this point in the history
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](primer/.github@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
1 parent 7d48f49 commit c7b4c95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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/[email protected].0
uses: primer/.github/.github/workflows/[email protected].1
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/[email protected].0
uses: primer/.github/.github/workflows/[email protected].1
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/[email protected].0
uses: primer/.github/.github/workflows/[email protected].1
with:
install: npm ci
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ on:
jobs:
release-tracking:
name: Release Tracking
uses: primer/.github/.github/workflows/[email protected].0
uses: primer/.github/.github/workflows/[email protected].1
secrets:
datadog_api_key: ${{ secrets.DATADOG_API_KEY }}

0 comments on commit c7b4c95

Please sign in to comment.