Skip to content

Commit

Permalink
Bump primer/.github from 2.1.1 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [primer/.github](https://github.com/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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2025
1 parent d4bfff7 commit 8e68f81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
build_deploy:
name: Build and deploy
uses: primer/.github/.github/workflows/deploy.yml@v2.1.1
uses: primer/.github/.github/workflows/deploy.yml@v2.2.0
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
deploy:
name: Build and deploy
uses: primer/.github/.github/workflows/deploy_preview.yml@v2.1.1
uses: primer/.github/.github/workflows/deploy_preview.yml@v2.2.0
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 8e68f81

Please sign in to comment.