File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ jobs:
17
17
VERSION : ${{ github.ref_name }}
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
22
22
- name : Import GPG key
23
- uses : crazy-max/ghaction-import-gpg@v5
23
+ uses : crazy-max/ghaction-import-gpg@v6
24
24
with :
25
25
gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
26
26
passphrase : ${{ secrets.GPG_PASSPHRASE }}
27
27
28
28
- name : Set up JDK 11
29
- uses : actions/setup-java@v3
29
+ uses : actions/setup-java@v4
30
30
with :
31
31
java-version : ' 11'
32
32
distribution : ' temurin'
@@ -42,10 +42,10 @@ jobs:
42
42
VERSION : ${{ github.ref_name }}
43
43
44
44
steps :
45
- - uses : actions/checkout@v3
45
+ - uses : actions/checkout@v4
46
46
47
47
- name : Set up JDK 11
48
- uses : actions/setup-java@v3
48
+ uses : actions/setup-java@v4
49
49
with :
50
50
java-version : ' 11'
51
51
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments