Compare commits

..

No commits in common. "dependabot/github_actions/actions/checkout-7" and "main" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'folke' }} if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'folke' }}
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v6
- uses: folke/github/neovim@main - uses: folke/github/neovim@main
- name: Rockspec Build - name: Rockspec Build
id: rockspec-build id: rockspec-build

View File

@ -11,7 +11,7 @@ jobs:
env: env:
GH_TOKEN: ${{ github.token }} GH_TOKEN: ${{ github.token }}
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v6
with: with:
ref: docs ref: docs
- name: Generate Docs - name: Generate Docs