Skip to content

Commit 6133c2c

Browse files
committed
fix: use the latest instance and actions
ubuntu-20.04 is already abandoned...
1 parent ee95c50 commit 6133c2c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/linting.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ on: [pull_request]
55
jobs:
66
stylua:
77
name: stylua
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: JohnnyMorganz/stylua-action@1.0.0
10+
- uses: actions/checkout@v6
11+
- uses: JohnnyMorganz/stylua-action@v4
1212
with:
1313
token: ${{ secrets.GITHUB_TOKEN }}
1414
args: --color always --check lua/
15-

0 commit comments

Comments
 (0)