mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-07-10 05:54:26 +02:00
Update the github workflow
This commit is contained in:
parent
f4300d0146
commit
1058328c09
1 changed files with 2 additions and 2 deletions
4
.github/workflows/stylua.yml
vendored
4
.github/workflows/stylua.yml
vendored
|
@ -9,11 +9,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
- name: Stylua Check
|
- name: Stylua Check
|
||||||
uses: JohnnyMorganz/stylua-action@v3
|
uses: JohnnyMorganz/stylua-action@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
version: latest
|
version: latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue