diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f6e812..685078e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: manager: sudo apt-get packages: -y fd-find mlocate - os: ubuntu-20.04 - url: https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-linux64.tar.gz + url: https://github.com/neovim/neovim/releases/download/v0.9.1/nvim-linux64.tar.gz manager: sudo apt-get packages: -y fd-find mlocate - os: macos-10.15 @@ -24,7 +24,7 @@ jobs: manager: brew packages: fd - os: macos-10.15 - url: https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-macos.tar.gz + url: https://github.com/neovim/neovim/releases/download/v0.9.1/nvim-macos.tar.gz manager: brew packages: fd steps: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b3fac3a..6a8e067 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,4 +28,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} # CLI arguments args: --check . - version: 0.13.1 + version: v0.14.3 diff --git a/README.md b/README.md index 094a37a..b5bdd8d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ end_insert --> # 🦘 telescope-repo.nvim: jump around the repositories in your filesystem, without any setup -![Neovim version](https://img.shields.io/badge/Neovim-0.5-57A143?style=flat&logo=neovim) [![](https://img.shields.io/badge/powered%20by-riss-lightgrey)](https://cj.rs/riss) ![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/cljoly/telescope-repo.nvim?color=darkgreen&sort=semver) +![Neovim version](https://img.shields.io/badge/Neovim-0.7-57A143?style=flat&logo=neovim) [![](https://img.shields.io/badge/powered%20by-riss-lightgrey)](https://cj.rs/riss) ![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/cljoly/telescope-repo.nvim?color=darkgreen&sort=semver)