We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4c21f commit 9a3a2f9Copy full SHA for 9a3a2f9
.github/workflows/stylua.yml
@@ -9,13 +9,12 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout Code
12
- uses: actions/checkout@v2
+ uses: actions/checkout@v6
13
with:
14
ref: ${{ github.event.pull_request.head.sha }}
15
- name: Stylua Check
16
- uses: JohnnyMorganz/stylua-action@v3
+ uses: JohnnyMorganz/stylua-action@v4
17
18
token: ${{ secrets.GITHUB_TOKEN }}
19
version: latest
20
args: --check .
21
-
0 commit comments