mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-10 23:01:43 +00:00
ci(commitlint): update action versions
This commit is contained in:
parent
1df9861084
commit
c69928d249
1 changed files with 2 additions and 6 deletions
8
.github/workflows/commitlint.yml
vendored
8
.github/workflows/commitlint.yml
vendored
|
@ -7,10 +7,6 @@ name: Commitlint
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
with:
|
- uses: wagoid/commitlint-github-action@v5
|
||||||
fetch-depth: 0
|
|
||||||
- uses: wagoid/commitlint-github-action@v1
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue