Skip to content

Commit

Permalink
Bump primer/.github from 2.1.0 to 2.1.1 in the all-actions group (#431)
Browse files Browse the repository at this point in the history
Bumps the all-actions 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-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 21, 2024
1 parent 4c22d43 commit faf62f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
release-canary:
name: npm
if: ${{ github.repository == 'primer/stylelint-config' }}
uses: primer/.github/.github/workflows/release_canary.yml@v2.1.0
uses: primer/.github/.github/workflows/release_canary.yml@v2.1.1
with:
install: npm i
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/release_tracking.yml@v2.1.0
uses: primer/.github/.github/workflows/release_tracking.yml@v2.1.1
secrets:
datadog_api_key: ${{ secrets.DATADOG_API_KEY }}

0 comments on commit faf62f4

Please sign in to comment.