We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad57de commit 48e36d1Copy full SHA for 48e36d1
.github/workflows/stylua.yml
@@ -9,11 +9,11 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout Code
12
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
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
0 commit comments