diff options
author | Max Wittig <max.wittig.ch@gmail.com> | 2021-02-25 22:41:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 22:41:50 +0100 |
commit | 666225221deec06014d5ccff46d1c21d5828c977 (patch) | |
tree | 7ff68c4188964640b75f1ff2f9ab6e01dce4e64d | |
parent | ca4c1d9ee96e2eaa8d69d61892351e239930640c (diff) | |
parent | b3274cf93dfb8ae85e4a636a1ffbfa7c48f1c8f6 (diff) | |
download | gitlab-666225221deec06014d5ccff46d1c21d5828c977.tar.gz |
Merge pull request #1328 from python-gitlab/renovate/wagoid-commitlint-github-action-3.x
chore(deps): update wagoid/commitlint-github-action action to v3
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4b918df..4c11810 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v2 + - uses: wagoid/commitlint-github-action@v3 mypy: runs-on: ubuntu-latest |