Skip to content

Commit 201edab

Browse files
committed
ci: update ubuntu version
1 parent 6ab424f commit 201edab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
jobs:
88
style:
99
name: style
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: JohnnyMorganz/stylua-action@v1
13+
- uses: JohnnyMorganz/stylua-action@v4
1414
with:
1515
token: ${{ secrets.GITHUB_TOKEN }}
1616
version: latest

0 commit comments

Comments
 (0)