aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index fca39ce..5acd6cc 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
name: Luacheck
runs-on: ubuntu-22.04
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Prepare
run: |
@@ -29,7 +29,7 @@ jobs:
name: typecheck
runs-on: ubuntu-22.04
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: stevearc/nvim-typecheck-action@v1
with:
path: lua
@@ -38,7 +38,7 @@ jobs:
name: StyLua
runs-on: ubuntu-22.04
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Stylua
uses: JohnnyMorganz/stylua-action@v3
with:
@@ -58,7 +58,7 @@ jobs:
env:
NVIM_TAG: ${{ matrix.nvim_tag }}
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install Neovim and dependencies
run: |
@@ -72,7 +72,7 @@ jobs:
name: Update docs
runs-on: ubuntu-22.04
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install Neovim and dependencies
run: |
@@ -114,7 +114,7 @@ jobs:
with:
release-type: simple
package-name: conform.nvim
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: rickstaa/action-create-tag@v1
if: ${{ steps.release.outputs.release_created }}
with: