Skip to content

Commit 45b52d1

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/linting.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ 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 }}
14+
version: latest
1415
args: --color always --check lua/
15-

0 commit comments

Comments
 (0)