diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-05-21 05:45:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-20 20:45:10 -0700 |
| commit | 12f45fd697961aa57a26a0d620437d4109537c68 (patch) | |
| tree | 6f41496b2defef850ce91de5712afa6249048279 /.github/workflows/commitlint.yml | |
| parent | 79469e61d5ad089187efd5c2887f573a4a902a0e (diff) | |
| download | rneovim-12f45fd697961aa57a26a0d620437d4109537c68.tar.gz rneovim-12f45fd697961aa57a26a0d620437d4109537c68.tar.bz2 rneovim-12f45fd697961aa57a26a0d620437d4109537c68.zip | |
ci: bump github actions versions #18616
Diffstat (limited to '.github/workflows/commitlint.yml')
| -rw-r--r-- | .github/workflows/commitlint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index f190981322..a742b411da 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.draft == false steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} |