File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout Code
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
15
- name : Lint Code Base
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
22
22
23
23
steps :
24
24
- name : Checkout sources
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
with :
27
27
fetch-depth : 0
28
28
submodules : ' true'
29
29
token : ${{ secrets.GH_BOT_TOKEN }}
30
30
31
31
- name : Setup Java
32
- uses : actions/setup-java@v3
32
+ uses : actions/setup-java@v4
33
33
with :
34
34
java-version : ${{ env.JAVA_VERSION }}
35
35
distribution : ${{ env.JAVA_DISTRO }}
62
62
63
63
- name : JReleaser output
64
64
if : always()
65
- uses : actions/upload-artifact@v3
65
+ uses : actions/upload-artifact@v4
66
66
with :
67
67
name : jreleaser-release
68
68
path : |
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout Code
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
submodules : ' true'
21
21
22
22
- name : Setup Java
23
- uses : actions/setup-java@v3
23
+ uses : actions/setup-java@v4
24
24
with :
25
25
java-version : ${{ env.JAVA_VERSION }}
26
26
distribution : ${{ env.JAVA_DISTRO }}
You can’t perform that action at this time.
0 commit comments