Skip to content

Commit fe834d1

Browse files
authored
build(tasks): update actions (#159)
* build(tasks): update actions
1 parent 8019a63 commit fe834d1

7 files changed

Lines changed: 2885 additions & 358 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2121
repositories {

docs/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.15.0
1+
v24.12.0

0 commit comments

Comments
 (0)