File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 # produce green tests on every PR.
3939 jdk : ["21", "25"]
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v6
4242 with :
4343 fetch-depth : 1
4444
@@ -115,7 +115,7 @@ jobs:
115115 permissions :
116116 contents : read
117117 steps :
118- - uses : actions/checkout@v4
118+ - uses : actions/checkout@v6
119119 - uses : actions/setup-java@v4
120120 with :
121121 distribution : temurin
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v6
3131
3232 - name : Initialize CodeQL
3333 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 1515 name : re-render and diff
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919
2020 - name : Install Graphviz
2121 run : sudo apt-get update && sudo apt-get install -y graphviz
Original file line number Diff line number Diff line change 1515 matrix :
1616 module : [arcp-core, arcp-runtime]
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919
2020 - uses : actions/setup-java@v4
2121 with :
Original file line number Diff line number Diff line change 2222 permissions :
2323 contents : write # for tagging
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 0
2828
You can’t perform that action at this time.
0 commit comments