File tree Expand file tree Collapse file tree 6 files changed +16
-11
lines changed Expand file tree Collapse file tree 6 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 22# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
33version : 2
44updates :
5- - package-ecosystem : " github-actions"
6- directory : " / "
5+ - package-ecosystem : ' github-actions'
6+ directory : ' / '
77 schedule :
8- interval : " weekly"
8+ interval : ' monthly'
9+
10+ - package-ecosystem : ' gitsubmodule'
11+ directory : ' /'
12+ schedule :
13+ interval : ' monthly'
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build :
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-22 .04
1515 steps :
1616
1717 - uses : actions/setup-node@v3
2121 - uses : actions/checkout@v3
2222 with :
2323 submodules : true
24- fetch-depth : 1
24+ fetch-depth : 0
2525
2626 - name : Make jsonread for octave
2727 run : |
Original file line number Diff line number Diff line change 1414 markdown-link-check :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@master
17+ - uses : actions/checkout@v3
1818 - uses : gaurav-nelson/github-action-markdown-link-check@v1
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414
1515 steps :
1616
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 with :
1919 submodules : true
2020 fetch-depth : 1
2121
2222 - name : Set up Python 3.6
23- uses : actions/setup-python@v2
23+ uses : actions/setup-python@v4
2424 with :
2525 python-version : 3.6
2626
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-20.04
1414 steps :
1515
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 with :
1818 submodules : true
1919 fetch-depth : 1
3737 cover_xml_file : coverage.xml
3838
3939 - name : Code coverage
40- uses : codecov/codecov-action@v1
40+ uses : codecov/codecov-action@v3
4141 with :
4242 token : ${{ secrets.CODECOV_TOKEN }} # not required for public repos
4343 file : coverage.xml # optional
Original file line number Diff line number Diff line change 9494 # a PR is created using the checkout branch for this workflow
9595 # https://github.com/peter-evans/create-pull-request
9696 - name : Create Pull-Request
97- uses : peter-evans/create-pull-request@v3
97+ uses : peter-evans/create-pull-request@v4
9898 with :
9999 commit-message : Update submodules
100100 delete-branch : true
You can’t perform that action at this time.
0 commit comments