Skip to content

Commit 35794d8

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/all-32e3fe232e
2 parents 3674d5f + a9e6447 commit 35794d8

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.github/workflows/deploy_preview.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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 }}

docs/package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)