File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 commitlint :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v6
8+ - uses : actions/checkout@v7
99 with :
1010 fetch-depth : 0
1111 - uses : wagoid/commitlint-github-action@v6
Original file line number Diff line number Diff line change 2020 build :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@v7
2424 - uses : actions/setup-node@v6
2525 with :
2626 node-version : ' 20'
7474 unpinned :
7575 runs-on : ubuntu-latest
7676 steps :
77- - uses : actions/checkout@v6
77+ - uses : actions/checkout@v7
7878 # Don't pin version to test with the latest common version
7979 - uses : actions/setup-node@v6
8080 with :
@@ -115,7 +115,7 @@ jobs:
115115 needs : build
116116 runs-on : ubuntu-latest
117117 steps :
118- - uses : actions/checkout@v6
118+ - uses : actions/checkout@v7
119119 - uses : actions/setup-node@v6
120120 with :
121121 node-version : ' lts/*'
You can’t perform that action at this time.
0 commit comments