File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 lint-app :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v5
1010 - uses : ./.github/actions/setup-env
1111 - run : pnpm run lint
1212
1313 lint-renovate :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : ./.github/actions/setup-env
1818 - run : npx --package renovate -c renovate-config-validator
1919
2020 build :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - uses : ./.github/actions/setup-env
2525 - run : pnpm run build
Original file line number Diff line number Diff line change 1616 if : github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'deploy'))
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : ./.github/actions/setup-env
2121 - run : pnpm run build
2222 - name : set deploy prod flag
You can’t perform that action at this time.
0 commit comments