Skip to content

Commit

Permalink
ci: switch to actions v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jun 11, 2024
1 parent f03435f commit 7cdf110
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gendoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
name: Generate Markdown Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Plenary
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: nvim-lua/plenary.nvim
path: plenary.nvim

- name: Install Treesitter
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: nvim-treesitter/nvim-treesitter
path: nvim-treesitter
Expand All @@ -47,7 +47,7 @@ jobs:
luarocks install --lua-version=5.1 neorg --deps-only
- name: Clone Wiki
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: "nvim-neorg/neorg.wiki"
path: wiki/
Expand Down

0 comments on commit 7cdf110

Please sign in to comment.