diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2021-11-21 15:30:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-21 09:30:31 -0500 |
| commit | 04853f8e2d7c116f365cde92ba6276a0f47fcb3d (patch) | |
| tree | e770c2674b2d0b3b0291610fe310adb98d65a2d7 /.github | |
| parent | ci: remove brackets on the "runs-on" argument (#1470) (diff) | |
| download | nvim-lspconfig-04853f8e2d7c116f365cde92ba6276a0f47fcb3d.tar nvim-lspconfig-04853f8e2d7c116f365cde92ba6276a0f47fcb3d.tar.gz nvim-lspconfig-04853f8e2d7c116f365cde92ba6276a0f47fcb3d.tar.bz2 nvim-lspconfig-04853f8e2d7c116f365cde92ba6276a0f47fcb3d.tar.lz nvim-lspconfig-04853f8e2d7c116f365cde92ba6276a0f47fcb3d.tar.xz nvim-lspconfig-04853f8e2d7c116f365cde92ba6276a0f47fcb3d.tar.zst nvim-lspconfig-04853f8e2d7c116f365cde92ba6276a0f47fcb3d.zip | |
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.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/close-config-changes.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/commit_lint.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/sanitizer.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/close-config-changes.yml b/.github/workflows/close-config-changes.yml index 29646229..8ab231d8 100644 --- a/.github/workflows/close-config-changes.yml +++ b/.github/workflows/close-config-changes.yml @@ -9,7 +9,7 @@ jobs: PR_NUMBER: ${{ github.event.pull_request.number }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v2.3.1 + - uses: actions/checkout@v2 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} 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} diff --git a/.github/workflows/sanitizer.yml b/.github/workflows/sanitizer.yml index 255280de..afd7e92a 100644 --- a/.github/workflows/sanitizer.yml +++ b/.github/workflows/sanitizer.yml @@ -6,7 +6,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v2.3.1 + - uses: actions/checkout@v2 with: fetch-depth: 0 - run: | |
