Skip to content

Commit 9751051

Browse files
authored
Merge branch 'dev' into feat/standard-json-schema-spec
2 parents 74e7e9f + 5bc321c commit 9751051

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Type checker
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v8
14+
- uses: actions/checkout@v6
1515
with:
1616
persist-credentials: false
1717

@@ -35,7 +35,7 @@ jobs:
3535
name: Lint checker
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v8
38+
- uses: actions/checkout@v6
3939
with:
4040
persist-credentials: false
4141

@@ -63,7 +63,7 @@ jobs:
6363
contents: read
6464
actions: read
6565
steps:
66-
- uses: actions/checkout@v8
66+
- uses: actions/checkout@v6
6767
with:
6868
persist-credentials: false
6969

0 commit comments

Comments
 (0)