Skip to content

Commit

Permalink
ci: update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Apr 24, 2024
1 parent 2160fcd commit a960476
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.sender.login != 'stevearc'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: question
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Luacheck
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Prepare
run: |
Expand All @@ -29,7 +29,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 @@ -41,7 +41,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 @@ -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: |
Expand All @@ -72,7 +72,7 @@ jobs:
name: Update docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
with:
release-type: simple
package-name: stickybuf.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 a960476

Please sign in to comment.