Skip to content

Commit

Permalink
ci: bump the minor group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 2 updates in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout) and [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action).


Updates `actions/checkout` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.1...v4.2.2)

Updates `wagoid/commitlint-github-action` from 6.1.2 to 6.2.0
- [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md)
- [Commits](wagoid/commitlint-github-action@v6.1.2...v6.2.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: wagoid/commitlint-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent ee1cb51 commit e29e021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_lint_commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
fetch-depth: 0

- name: Lint Commits
uses: wagoid/commitlint-github-action@v6.1.2
uses: wagoid/commitlint-github-action@v6.2.0
with:
failOnWarnings: true
2 changes: 1 addition & 1 deletion .github/workflows/_update_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Create Test Subgraph schema
run: >
Expand Down

0 comments on commit e29e021

Please sign in to comment.