Skip to content

Commit 2f6a55c

Browse files
committed
update github action runtime
1 parent bad38dd commit 2f6a55c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ name: CI
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [ master ]
66
pull_request:
7-
branches: [master]
7+
branches: [ master ]
88
workflow_dispatch:
99

1010
jobs:
1111
check:
1212
name: Lint and Typecheck
1313
runs-on: ubuntu-24.04
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616

1717
- name: Cache cargo
18-
uses: actions/cache@v4
18+
uses: actions/cache@v5
1919
with:
2020
path: ~/.cargo
2121
key: cargo-stylua-${{ runner.os }}

0 commit comments

Comments
 (0)