From 04853f8e2d7c116f365cde92ba6276a0f47fcb3d Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Sun, 21 Nov 2021 15:30:31 +0100 Subject: ci: use v2 tag for checkout actions (#1469) The official GitHub actions update the vX tags to be the latest. Workflows automatically benefit from bugfixes/patches without manually needing to update the workflows. --- .github/workflows/commit_lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/commit_lint.yml') diff --git a/.github/workflows/commit_lint.yml b/.github/workflows/commit_lint.yml index b16986e7..00297930 100644 --- a/.github/workflows/commit_lint.yml +++ b/.github/workflows/commit_lint.yml @@ -3,7 +3,7 @@ jobs: lint-commits: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.1 + - uses: actions/checkout@v2 with: fetch-depth: 0 - run: npm install --save-dev @commitlint/{cli,config-conventional} -- cgit v1.2.3-70-g09d2