File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,24 +15,24 @@ jobs:
1515
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v4
1919
2020 - name : Install Java 1.8
21- uses : actions/setup-java@v2
21+ uses : actions/setup-java@v4
2222 with :
23- distribution : ' temurin '
23+ distribution : ' corretto '
2424 java-version : ' 8'
2525
2626 - name : Cache maven
27- uses : actions/cache@v2
27+ uses : actions/cache@v4
2828 with :
2929 path : ~/.m2
3030 key : gradle-${{ hashFiles('**/BuildConfig.groovy') }}
3131 restore-keys : |
3232 gradle-
3333
3434 - name : Cache grails wrapper
35- uses : actions/cache@v2
35+ uses : actions/cache@v4
3636 with :
3737 path : ~/.grails
3838 key : grails-${{ hashFiles('**/application.properties') }}
6767 mkdir -p ./plugin-artifacts
6868 mv tomcat-* ./plugin-artifacts/.
6969
70- - uses : actions/upload-artifact@v2
70+ - uses : actions/upload-artifact@v4
7171 with :
7272 name : plugin-artifacts
7373 path : plugin-artifacts
You can’t perform that action at this time.
0 commit comments