File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout sources
15
- uses : actions/checkout@v4.2.2
15
+ uses : actions/checkout@v5.0.0
16
16
17
17
- name : Setup Java
18
- uses : actions/setup-java@v4.6.0
18
+ uses : actions/setup-java@v4.7.1
19
19
with :
20
20
distribution : ' temurin'
21
21
java-version : 23
22
22
23
23
- name : Setup Gradle
24
- uses : gradle/actions/setup-gradle@v4.2 .2
24
+ uses : gradle/actions/setup-gradle@v4.4 .2
25
25
26
26
- name : Build
27
27
run : ./gradlew build
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout sources
11
- uses : actions/checkout@v4.2.2
11
+ uses : actions/checkout@v5.0.0
12
12
13
13
- name : Setup Java
14
- uses : actions/setup-java@v4.6.0
14
+ uses : actions/setup-java@v4.7.1
15
15
with :
16
16
distribution : ' temurin'
17
17
java-version : 23
18
18
19
19
- name : Setup Gradle
20
- uses : gradle/actions/setup-gradle@v4.2 .2
20
+ uses : gradle/actions/setup-gradle@v4.4 .2
21
21
22
22
- name : Build
23
23
run : ./gradlew build sourcesJar dokkaGeneratePublicationHtml publish
Original file line number Diff line number Diff line change @@ -17,19 +17,19 @@ jobs:
17
17
echo "VERSION=$VERSION" >> $GITHUB_ENV
18
18
19
19
- name : Checkout sources
20
- uses : actions/checkout@v4.2.2
20
+ uses : actions/checkout@v5.0.0
21
21
with :
22
22
ref : ${{ github.head_ref }}
23
23
fetch-depth : 0
24
24
25
25
- name : Setup Java
26
- uses : actions/setup-java@v4.6.0
26
+ uses : actions/setup-java@v4.7.1
27
27
with :
28
28
distribution : ' temurin'
29
29
java-version : 23
30
30
31
31
- name : Setup Gradle
32
- uses : gradle/actions/setup-gradle@v4.2 .2
32
+ uses : gradle/actions/setup-gradle@v4.4 .2
33
33
34
34
- name : Build
35
35
env :
43
43
run : ./gradlew -Pversion=$VERSION build sourcesJar dokkaGeneratePublicationHtml publishToSonatype closeAndReleaseSonatypeStagingRepository
44
44
45
45
- name : Checkout main branch
46
- uses : actions/checkout@v4.2.2
46
+ uses : actions/checkout@v5.0.0
47
47
with :
48
48
ref : main
49
49
fetch-depth : 0
52
52
run : sh .github/scripts/update-readme-version.sh
53
53
54
54
- name : Create Pull Request
55
- uses : stefanzweifel/git-auto-commit-action@v5 .0.1
55
+ uses : stefanzweifel/git-auto-commit-action@v6 .0.1
56
56
with :
57
57
commit_message : Dependency version in README.md updated to ${{ env.VERSION }}
58
58
file_pattern : ' README.md'
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Git checkout
15
- uses : actions/checkout@v4.2.2
15
+ uses : actions/checkout@v5.0.0
16
16
with :
17
17
# [Required] Access token with `workflow` scope.
18
18
token : ${{ secrets.WORKFLOW_SECRET }}
You can’t perform that action at this time.
0 commit comments