Skip to content

Commit

Permalink
ci: use newer checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Feb 21, 2024
1 parent fe4008e commit 2945f3d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Luacheck
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Prepare
run: |
Expand All @@ -23,7 +23,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:
Expand All @@ -35,7 +35,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
Expand All @@ -52,7 +52,7 @@ jobs:
env:
NVIM_TAG: ${{ matrix.nvim_tag }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Neovim and dependencies
run: |
Expand All @@ -66,7 +66,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: |
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
with:
release-type: simple
package-name: oil.nvim
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: rickstaa/action-create-tag@v1
if: ${{ steps.release.outputs.release_created }}
with:
Expand Down

0 comments on commit 2945f3d

Please sign in to comment.