File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111
1212jobs :
1313 actionlint :
14- runs-on : ubuntu-20.04
14+ runs-on : ubuntu-latest
1515 timeout-minutes : 10
1616 steps :
1717 - uses : linkerd/dev/actions/setup-tools@v45
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88
99jobs :
1010 test :
11- runs-on : ubuntu-20.04
11+ runs-on : ubuntu-latest
1212 timeout-minutes : 20
1313 steps :
1414 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Original file line number Diff line number Diff line change 2929
3030 docker-build :
3131 needs : [tag]
32- runs-on : ubuntu-20.04
32+ runs-on : ubuntu-latest
3333 permissions :
3434 packages : write
3535 id-token : write # needed for signing the images with GitHub OIDC Token
You can’t perform that action at this time.
0 commit comments