File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
build :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v4
18
18
19
19
- name : Set up JDK 17
20
- uses : actions/setup-java@v3
20
+ uses : actions/setup-java@v4
21
21
with :
22
22
distribution : temurin
23
23
java-version : 17
Original file line number Diff line number Diff line change 20
20
github-token : ${{secrets.GITHUB_TOKEN}}
21
21
metadata-file-path : ' .github/project.yml'
22
22
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
25
25
- name : Import GPG key
26
26
id : import_gpg
30
30
passphrase : ${{ secrets.GPG_PASSPHRASE }}
31
31
32
32
- name : Set up JDK 17
33
- uses : actions/setup-java@v3
33
+ uses : actions/setup-java@v4
34
34
with :
35
35
distribution : temurin
36
36
java-version : 17
You can’t perform that action at this time.
0 commit comments