File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424
2525 - name : Setup jdk
26- uses : actions/setup-java@v4
26+ uses : actions/setup-java@v5
2727 with :
2828 distribution : " zulu"
2929 java-version : ' 17'
3030
3131 - name : Validate gradle wrapper
32- uses : gradle/actions/wrapper-validation@v4
32+ uses : gradle/actions/wrapper-validation@v6
3333
3434 - name : Validate binary compatibility
3535 run : ./gradlew apiCheck
@@ -44,10 +44,10 @@ jobs:
4444 needs : test
4545 steps :
4646 - name : Checkout
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v6
4848
4949 - name : Setup jdk
50- uses : actions/setup-java@v4
50+ uses : actions/setup-java@v5
5151 with :
5252 distribution : " zulu"
5353 java-version : ' 17'
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616
1717 - name : Setup Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ' 3.x'
2121
2929 run : mkdocs build
3030
3131 - name : Upload Artifact
32- uses : actions/upload-pages-artifact@v3
32+ uses : actions/upload-pages-artifact@v4
3333 with :
3434 path : ./site
3535
You can’t perform that action at this time.
0 commit comments