File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
2828 node-version-file : ' .nvmrc'
2929 - name : Set up Semantic Release
3030 if : github.ref == 'refs/heads/master'
31- run : npm -g install @semantic-release/git semantic-release@25.0.2
31+ run : npm -g install @semantic-release/git semantic-release
3232 - name : Semantic Release
3333 if : github.ref == 'refs/heads/master'
34- run : npx semantic-release@25.0.2
34+ run : npx semantic-release
3535 env :
3636 GITHUB_TOKEN : ${{ secrets.PA_TOKEN }}
3737 - name : Set up JDK 25
Original file line number Diff line number Diff line change 1212 - name : Upgrade Gradle.properties
1313 run : sed -i 's/version=.*/version=${{ env.RELEASE_VERSION }}/g' gradle.properties
1414 - name : Generate Changelog
15- uses : heinrichreimer/github-changelog-generator-action@v2.3
15+ uses : heinrichreimer/github-changelog-generator-action@v2.4
1616 with :
1717 token : ${{ secrets.GITHUB_TOKEN }}
1818 pullRequests : true
Original file line number Diff line number Diff line change 2828 fi
2929 - name : Create Pull Request
3030 if : env.HAS_CHANGES == 'true'
31- uses : peter-evans/create-pull-request@v6
31+ uses : peter-evans/create-pull-request@v8
3232 with :
3333 token : ${{ secrets.PA_TOKEN }}
3434 committer : Dependencies Bot <release-bot@reactivecommons.org>
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ plugins {
1515 id ' org.sonarqube' version ' 7.2.2.6593'
1616 id ' org.springframework.boot' version ' 4.0.1' apply false
1717 id ' io.github.gradle-nexus.publish-plugin' version ' 2.0.0'
18- id ' co.com.bancolombia.cleanArchitecture' version ' 4.0.0 '
18+ id ' co.com.bancolombia.cleanArchitecture' version ' 4.0.4 '
1919}
2020
2121repositories {
Original file line number Diff line number Diff line change 1- v22.15 .0
1+ v24.12 .0
You can’t perform that action at this time.
0 commit comments