mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-31 15:30:27 +02:00
ci: switch to actions/checkout@v4
This commit is contained in:
parent
19f39c3b1b
commit
2a849a4c35
4 changed files with 4 additions and 4 deletions
2
.github/workflows/build_documentation.yml
vendored
2
.github/workflows/build_documentation.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
timeout-minutes: 40
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup pages
|
||||
uses: actions/configure-pages@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue