File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2121jobs :
2222 binary :
2323 name : Build Binary
24- runs-on : ubuntu-20 .04
24+ runs-on : ubuntu-22 .04
2525 steps :
2626 - name : Checkout Repository
2727 uses : actions/checkout@v3
4444
4545 unit-tests :
4646 name : Unit Tests
47- runs-on : ubuntu-20 .04
47+ runs-on : ubuntu-22 .04
4848 steps :
4949 - name : Checkout Repository
5050 uses : actions/checkout@v3
5858
5959 build :
6060 name : Build Packages
61- runs-on : ubuntu-20 .04
61+ runs-on : ubuntu-22 .04
6262 needs : [binary, unit-tests]
6363 steps :
6464 - name : Checkout Repository
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ permissions:
55 contents : write
66jobs :
77 dependabot :
8- runs-on : ubuntu-20 .04
8+ runs-on : ubuntu-22 .04
99 if : ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
1010 steps :
1111 - name : Dependabot metadata
Original file line number Diff line number Diff line change 1111
1212 scan :
1313 name : Fossa
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-22 .04
1515 steps :
1616 - name : Checkout Repository
1717 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 2020
2121 lint :
2222 name : Lint
23- runs-on : ubuntu-20 .04
23+ runs-on : ubuntu-22 .04
2424 steps :
2525 - name : Checkout Repository
2626 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 on-failure :
16- runs-on : ubuntu-20 .04
16+ runs-on : ubuntu-22 .04
1717 if : ${{ github.event.workflow_run.conclusion == 'failure' }}
1818 steps :
1919 - name : Data
Original file line number Diff line number Diff line change 99
1010jobs :
1111 update_release_draft :
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-22 .04
1313 steps :
1414 - uses : release-drafter/release-drafter@v5
1515 env :
Original file line number Diff line number Diff line change 55
66jobs :
77 stale :
8- runs-on : ubuntu-20 .04
8+ runs-on : ubuntu-22 .04
99 steps :
1010 - uses : actions/stale@v6
1111 with :
You can’t perform that action at this time.
0 commit comments