File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212jobs :
1313 commitlint :
1414 name : Lint commits
15- runs-on : ubuntu-22 .04
15+ runs-on : ubuntu-24 .04
1616 steps :
1717 - name : Checkout code
1818 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3434 run : npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose
3535 codelint :
3636 name : Lint code
37- runs-on : ubuntu-22 .04
37+ runs-on : ubuntu-24 .04
3838 steps :
3939 - name : Checkout code
4040 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -162,7 +162,7 @@ jobs:
162162 name : Release
163163 concurrency : release
164164 if : ${{ github.repository_owner == 'tediousjs' && github.event_name == 'push' && github.actor != 'dependabot[bot]' }}
165- runs-on : ubuntu-22 .04
165+ runs-on : ubuntu-24 .04
166166 needs :
167167 - commitlint
168168 - codelint
You can’t perform that action at this time.
0 commit comments