File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 contents : write
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@v7
1414 with :
1515 ref : main
1616 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1818 timeout-minutes : 5
1919 if : github.event.pull_request.head.repo.fork == true
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v7
2222 - uses : actions/setup-node@v6
2323 with :
2424 node-version : 22.x
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 timeout-minutes : 5
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 - uses : actions/setup-node@v6
1717 with :
1818 node-version : 22.x
4747 timeout-minutes : 5
4848 if : github.event.pull_request.head.repo.fork == false
4949 steps :
50- - uses : actions/checkout@v6
50+ - uses : actions/checkout@v7
5151 - uses : actions/setup-node@v6
5252 with :
5353 node-version : 22.x
7171 runs-on : ubuntu-latest
7272 timeout-minutes : 1
7373 steps :
74- - uses : actions/checkout@v6
74+ - uses : actions/checkout@v7
7575 - uses : oven-sh/setup-bun@v2
7676 - run : bun install
7777 - run : bun scripts/validate-yaml.ts
You can’t perform that action at this time.
0 commit comments