aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codespell.yml
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-12-17 15:35:24 +0100
committerGitHub <noreply@github.com>2022-12-17 06:35:24 -0800
commit5d96ace4fc2c02c205b69f2d8872ecb1e420901f (patch)
tree97c1f983a1174658045df91054e6dd769fdfaa77 /.github/workflows/codespell.yml
parentci: don't auto-close config changes (diff)
downloadnvim-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/codespell.yml')
-rw-r--r--.github/workflows/codespell.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index 927a7d9e..961f15b4 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -4,7 +4,7 @@ jobs:
codespell:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Install codespell
run: pip install codespell
- name: Use codespell