File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
1515 dependency-review :
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-24.04
1717 steps :
1818 - name : ' Checkout Repository'
1919 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permissions:
77jobs :
88 yamllint :
99 name : yaml
10- runs-on : ubuntu-22 .04
10+ runs-on : ubuntu-24 .04
1111 steps :
1212 - uses : actions/checkout@v4
1313 - name : Run yamllint
@@ -17,15 +17,15 @@ jobs:
1717
1818 markdownlint :
1919 name : markdown
20- runs-on : ubuntu-22 .04
20+ runs-on : ubuntu-24 .04
2121 steps :
2222 - uses : actions/checkout@v4
2323 - name : Run markdownlint
2424 uses : DavidAnson/markdownlint-cli2-action@v20
2525
2626 actionlint :
2727 name : action
28- runs-on : ubuntu-22 .04
28+ runs-on : ubuntu-24 .04
2929 steps :
3030 - uses : actions/checkout@v4
3131 - name : Run actionlint
Original file line number Diff line number Diff line change 99
1010jobs :
1111 release :
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-24.04
1313 permissions :
1414 contents : write
1515 steps :
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 build :
13- runs-on : ubuntu-latest
13+ runs-on : ubuntu-24.04
1414 steps :
1515 - uses : actions/checkout@v4
1616 with :
2222 - run : |
2323 npm run all
2424 test :
25- runs-on : ubuntu-latest
25+ runs-on : ubuntu-24.04
2626 steps :
2727 - uses : actions/checkout@v4
2828 - run : |
You can’t perform that action at this time.
0 commit comments