Skip to content

Commit 7487d69

Browse files
Bump primer/.github from 2.1.1 to 2.2.0 in the all group
Bumps the all group with 1 update: [primer/.github](https://github.com/primer/.github). Updates `primer/.github` from 2.1.1 to 2.2.0 - [Release notes](https://github.com/primer/.github/releases) - [Commits](primer/.github@v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: primer/.github dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bfbc343 commit 7487d69

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy_preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
deploy:
1616
if: ${{ github.repository == 'primer/css' }}
17-
uses: primer/.github/.github/workflows/deploy_preview.yml@v2.1.1
17+
uses: primer/.github/.github/workflows/deploy_preview.yml@v2.2.0
1818
name: Deploy preview
1919
secrets:
2020
gh_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/deploy_production.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: ${{ github.repository == 'primer/css' }}
4040
name: Production
4141
needs: [guard]
42-
uses: primer/.github/.github/workflows/deploy.yml@v2.1.1
42+
uses: primer/.github/.github/workflows/deploy.yml@v2.2.0
4343
secrets:
4444
gh_token: ${{ secrets.GITHUB_TOKEN }}
4545
with:

.github/workflows/release_canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
release-canary:
2020
name: Canary
21-
uses: primer/.github/.github/workflows/release_canary.yml@v2.1.1
21+
uses: primer/.github/.github/workflows/release_canary.yml@v2.2.0
2222
with:
2323
install: npm ci
2424
secrets:

.github/workflows/release_tracking.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ on:
1414
jobs:
1515
release-tracking:
1616
name: Release Tracking
17-
uses: primer/.github/.github/workflows/release_tracking.yml@v2.1.1
17+
uses: primer/.github/.github/workflows/release_tracking.yml@v2.2.0
1818
secrets:
1919
datadog_api_key: ${{ secrets.DATADOG_API_KEY }}

0 commit comments

Comments
 (0)