Skip to content

Commit

Permalink
chore(ci): bump checkout version to checkout@4
Browse files Browse the repository at this point in the history
  • Loading branch information
j-hui committed Feb 7, 2024
1 parent addd8a0 commit 0513391
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
name: Generate Fidget documentation
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install luajit
run: sudo apt install -y luajit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
luarocks-upload:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Required to count the commits
- name: Get Version
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
nvim-versions: ['stable', 'nightly']
name: Run Tests
steps:
- name: checkout
uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: rhysd/action-setup-vim@v1
- name: Install Neovim
uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.nvim-versions }}

- name: run tests
- name: Run tests
run: nvim --clean --headless -u tests/minimal_init.lua -c "PlenaryBustedDirectory tests/ { minimal_init = 'tests/minimal_init.lua' }"

0 comments on commit 0513391

Please sign in to comment.