Skip to content

Commit

Permalink
Bump primer/.github from 1.0.0 to 2.0.0 (#2614)
Browse files Browse the repository at this point in the history
* Bump primer/.github from 1.0.0 to 2.0.0

Bumps [primer/.github](https://github.com/primer/.github) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/primer/.github/releases)
- [Commits](primer/.github@v1.0.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Just npm i... no point with npm ci

* Just npm i, no point with npm ci

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and keithamus committed May 2, 2024
1 parent 9175bc3 commit af67d79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ permissions:
jobs:
deploy:
if: ${{ github.repository == 'primer/css' }}
uses: primer/.github/.github/workflows/deploy_preview.yml@v1.0.0
uses: primer/.github/.github/workflows/deploy_preview.yml@v2.0.0
name: Deploy preview
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
node_version: 20
install: npm ci && cd docs && npm ci && cd ..
install: npm i && cd docs && npm i && cd ..
build: npm run build:docs:preview
output_dir: docs/public

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
if: ${{ github.repository == 'primer/css' }}
name: Production
needs: [guard]
uses: primer/.github/.github/workflows/deploy.yml@v1.0.0
uses: primer/.github/.github/workflows/deploy.yml@v2.0.0
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
node_version: 20
install: npm ci && cd docs && npm ci && cd ..
install: npm i && cd docs && npm i && cd ..
build: npm run build:docs
output_dir: docs/public
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/release_canary.yml@v1.0.0
uses: primer/.github/.github/workflows/release_canary.yml@v2.0.0
with:
install: npm ci
secrets:
Expand Down

0 comments on commit af67d79

Please sign in to comment.