aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHirokazu Hata <h.hata.ai.t@gmail.com>2020-03-04 21:50:05 +0900
committerGitHub <noreply@github.com>2020-03-04 21:50:05 +0900
commitcc2c3aef4aa3d0f394b22fed7c8f3cb54dbebc96 (patch)
tree1004787a68e691c78a6e080bbab9e2695a9b85a2
parentMerge pull request #153 from erw7/fix-clangd-root-dir2 (diff)
parent[upgrade] acitons/checkout v1 -> v2 (diff)
downloadnvim-lspconfig-cc2c3aef4aa3d0f394b22fed7c8f3cb54dbebc96.tar
nvim-lspconfig-cc2c3aef4aa3d0f394b22fed7c8f3cb54dbebc96.tar.gz
nvim-lspconfig-cc2c3aef4aa3d0f394b22fed7c8f3cb54dbebc96.tar.bz2
nvim-lspconfig-cc2c3aef4aa3d0f394b22fed7c8f3cb54dbebc96.tar.lz
nvim-lspconfig-cc2c3aef4aa3d0f394b22fed7c8f3cb54dbebc96.tar.xz
nvim-lspconfig-cc2c3aef4aa3d0f394b22fed7c8f3cb54dbebc96.tar.zst
nvim-lspconfig-cc2c3aef4aa3d0f394b22fed7c8f3cb54dbebc96.zip
Merge pull request #157 from kazukazuinaina/upgrade_checkout
-rw-r--r--.github/workflows/docgen.yml2
-rw-r--r--.github/workflows/lint.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docgen.yml b/.github/workflows/docgen.yml
index 1a19c7dc..4f24a6e6 100644
--- a/.github/workflows/docgen.yml
+++ b/.github/workflows/docgen.yml
@@ -14,7 +14,7 @@ jobs:
sudo sh -c 'wget -qO- https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list'
sudo apt update
sudo apt install dart
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
- run: date +%F > todays-date
- name: Restore cache for today's nightly.
uses: actions/cache@v1.0.0
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index fad473da..65523d18 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Checkout sources
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
- name: Setup luacheck
run: |
sudo apt update &&