Skip to content

Commit 6731160

Browse files
chore: prepare release v1.0.1
1 parent 5f6a2cd commit 6731160

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/actions/version-bumping/maven/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ runs:
6161

6262
- name: Bump up project version
6363
id: bump
64-
uses: sap/pull-request-semver-bumper/.github/actions/core@main
64+
uses: sap/pull-request-semver-bumper/.github/actions/core@v1
6565
with:
6666
build-type: "maven"
6767
pom-file: ${{ inputs.pom-file }}

.github/actions/version-bumping/npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464

6565
- name: Bump up npm pr version
6666
id: bump
67-
uses: sap/pull-request-semver-bumper/.github/actions/core@main
67+
uses: sap/pull-request-semver-bumper/.github/actions/core@v1
6868
with:
6969
build-type: "npm"
7070
package-json-file: ${{ inputs.package-json-file }}

.github/actions/version-bumping/python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
6464
- name: Bump up project version
6565
id: bump
66-
uses: sap/pull-request-semver-bumper/.github/actions/core@main
66+
uses: sap/pull-request-semver-bumper/.github/actions/core@v1
6767
with:
6868
build-type: "python"
6969
pyproject-file: ${{ inputs.pyproject-file }}

.github/actions/version-bumping/version-file/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454

5555
- name: Bump up version file
5656
id: bump
57-
uses: sap/pull-request-semver-bumper/.github/actions/core@main
57+
uses: sap/pull-request-semver-bumper/.github/actions/core@v1
5858
with:
5959
build-type: "version-file"
6060
version-file: ${{ inputs.version-file }}

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runs:
7474
- name: Bump Maven
7575
if: inputs.type == 'maven'
7676
id: bump_maven
77-
uses: sap/pull-request-semver-bumper/.github/actions/version-bumping/maven@main
77+
uses: sap/pull-request-semver-bumper/.github/actions/version-bumping/maven@v1
7878
with:
7979
token: ${{ inputs.token }}
8080
dry-run: ${{ inputs.dry-run }}
@@ -89,7 +89,7 @@ runs:
8989
- name: Bump NPM
9090
if: inputs.type == 'npm'
9191
id: bump_npm
92-
uses: sap/pull-request-semver-bumper/.github/actions/version-bumping/npm@main
92+
uses: sap/pull-request-semver-bumper/.github/actions/version-bumping/npm@v1
9393
with:
9494
token: ${{ inputs.token }}
9595
dry-run: ${{ inputs.dry-run }}
@@ -103,7 +103,7 @@ runs:
103103
- name: Bump Python
104104
if: inputs.type == 'python'
105105
id: bump_python
106-
uses: sap/pull-request-semver-bumper/.github/actions/version-bumping/python@main
106+
uses: sap/pull-request-semver-bumper/.github/actions/version-bumping/python@v1
107107
with:
108108
token: ${{ inputs.token }}
109109
dry-run: ${{ inputs.dry-run }}
@@ -117,7 +117,7 @@ runs:
117117
- name: Bump Version File
118118
if: inputs.type == 'version-file'
119119
id: bump_version_file
120-
uses: sap/pull-request-semver-bumper/.github/actions/version-bumping/version-file@main
120+
uses: sap/pull-request-semver-bumper/.github/actions/version-bumping/version-file@v1
121121
with:
122122
token: ${{ inputs.token }}
123123
dry-run: ${{ inputs.dry-run }}

0 commit comments

Comments
 (0)