diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-12-17 15:35:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-17 06:35:24 -0800 |
| commit | 5d96ace4fc2c02c205b69f2d8872ecb1e420901f (patch) | |
| tree | 97c1f983a1174658045df91054e6dd769fdfaa77 /.github/workflows/docgen.yml | |
| parent | ci: don't auto-close config changes (diff) | |
| download | nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.gz nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.bz2 nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.lz nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.xz nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.zst nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.zip | |
ci: bump action versions (#2322)
Diffstat (limited to '.github/workflows/docgen.yml')
| -rw-r--r-- | .github/workflows/docgen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docgen.yml b/.github/workflows/docgen.yml index a0fdeaa5..0cd56e42 100644 --- a/.github/workflows/docgen.yml +++ b/.github/workflows/docgen.yml @@ -11,7 +11,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: rhysd/action-setup-vim@v1 with: neovim: true |
