File tree Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1+ # Please see the documentation for all configuration options:
2+ # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+ version : 2
5+ updates :
6+ - package-ecosystem : " maven"
7+ directory : " /"
8+ schedule :
9+ interval : " daily"
10+
11+ - package-ecosystem : " github-actions"
12+ directory : " /"
13+ schedule :
14+ interval : " daily"
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v2
41+ uses : actions/checkout@v4
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 33
44name : Java CI with Maven
55
6- on :
7- push :
8- branches : [ master ]
9- pull_request :
10- branches : [ master ]
6+ on : [push, pull_request]
117
128jobs :
139 build :
1410
1511 runs-on : ubuntu-latest
1612
1713 steps :
18- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v4
1915 - name : Set up JDK 11
20- uses : actions/setup-java@v2
16+ uses : actions/setup-java@v3
2117 with :
2218 # TODO: Revert to '11'.
2319 # See https://github.com/ChargeTimeEU/Java-OCA-OCPP/pull/223#issuecomment-1328048028
You can’t perform that action at this time.
0 commit comments