File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 with :
1313 fetch-depth : 0
1414 - name : Get Fetch Tags
3333 id : get_version
3434 run : VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
3535 - name : Upload plugin jar
36- uses : actions/upload-artifact@v4
36+ uses : actions/upload-artifact@v5
3737 with :
3838 # Artifact name
3939 name : Grails-Plugin-${{ steps.get_version.outputs.VERSION }}
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 - name : Set up JDK 17
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@v5
1919 with :
2020 java-version : ' 17'
2121 distribution : ' zulu'
You can’t perform that action at this time.
0 commit comments