File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323
2424 - name : Setup Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : 3.12
2828
@@ -46,10 +46,10 @@ jobs:
4646
4747 steps :
4848 - name : Checkout code
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v5
5050
5151 - name : Set up Java ${{ matrix.java-version }}
52- uses : actions/setup-java@v4
52+ uses : actions/setup-java@v5
5353 with :
5454 java-version : ${{ matrix.java-version }}
5555 distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -42,22 +42,22 @@ jobs:
4242 steps :
4343 # Checkout the main and gh-pages branches. Main is used to generate the Javadoc, gh-pages stores the output Javadoc.
4444 - name : Checkout main branch
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646 with :
4747 path : main
4848 persist-credentials : true
4949 fetch-depth : 0
5050
5151 - name : Checkout gh-pages branch
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v5
5353 with :
5454 fetch-depth : 0
5555 path : gh-pages
5656 persist-credentials : true
5757 ref : gh-pages
5858
5959 - name : Set up Java 11
60- uses : actions/setup-java@v4
60+ uses : actions/setup-java@v5
6161 with :
6262 java-version : ' 11'
6363 distribution : ' temurin'
@@ -92,10 +92,10 @@ jobs:
9292
9393 steps :
9494 - name : Checkout code
95- uses : actions/checkout@v4
95+ uses : actions/checkout@v5
9696
9797 - name : Set up Java 11
98- uses : actions/setup-java@v4
98+ uses : actions/setup-java@v5
9999 with :
100100 java-version : ' 11'
101101 distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -24,18 +24,18 @@ jobs:
2424
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 persist-credentials : false
3030 fetch-depth : 0
3131
3232 - name : Set up Node.js
33- uses : actions/setup-node@v4
33+ uses : actions/setup-node@v5
3434 with :
3535 node-version : ' 24'
3636
3737 - name : Set up Python
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : ' 3.12'
4141
You can’t perform that action at this time.
0 commit comments