File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 version : [latest]
17- runs-on : ubuntu-latest
17+ runs-on : ubuntu-22.04
1818 steps :
1919 - name : Checkout
2020 uses : actions/checkout@v3
4343 strategy :
4444 matrix :
4545 version : [latest]
46- runs-on : ubuntu-latest
46+ runs-on : ubuntu-22.04
4747 steps :
4848 - name : Checkout
4949 uses : actions/checkout@v3
7272 strategy :
7373 matrix :
7474 version : [v1.48.0]
75- runs-on : ubuntu-latest
75+ runs-on : ubuntu-22.04
7676 steps :
7777 - name : Checkout
7878 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1818
1919jobs :
2020 build_and_push :
21- runs-on : ubuntu-latest
21+ runs-on : ubuntu-22.04
2222 steps :
2323 - name : Checkout
2424 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 77jobs :
88 shellcheck :
99 name : Shellcheck
10- runs-on : ubuntu-latest
10+ runs-on : ubuntu-22.04
1111 steps :
1212 - uses : actions/checkout@v3
1313 - name : Run ShellCheck
You can’t perform that action at this time.
0 commit comments