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:
1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818
1919 - name : Set up JDK 17
20- uses : actions/setup-java@v3
20+ uses : actions/setup-java@v4
2121 with :
2222 distribution : temurin
2323 java-version : 17
Original file line number Diff line number Diff line change 2020 github-token : ${{secrets.GITHUB_TOKEN}}
2121 metadata-file-path : ' .github/project.yml'
2222
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424
2525 - name : Import GPG key
2626 id : import_gpg
3030 passphrase : ${{ secrets.GPG_PASSPHRASE }}
3131
3232 - name : Set up JDK 17
33- uses : actions/setup-java@v3
33+ uses : actions/setup-java@v4
3434 with :
3535 distribution : temurin
3636 java-version : 17
You can’t perform that action at this time.
0 commit comments