Skip to content

Commit

Permalink
chore: update github workflows (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
halajohn authored Sep 12, 2024
1 parent 7285fcc commit 8e74646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v6
with:
configFile: .github/configs/commitlint.config.mjs
2 changes: 1 addition & 1 deletion .github/workflows/pr_name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Dependencies
run: npm install @commitlint/config-conventional@16.0.0
- uses: JulienKode/pull-request-name-linter-action@v0.5.0
Expand Down

0 comments on commit 8e74646

Please sign in to comment.