Skip to content

Commit 02209df

Browse files
chore: prepare release v1.0.0
1 parent 93a5a1b commit 02209df

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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

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

5959
- name: Bump up project version
6060
id: bump
61-
uses: sap/pull-request-semver-bumper/.github/actions/core@main
61+
uses: sap/pull-request-semver-bumper/.github/actions/core@v1
6262
with:
6363
build-type: "maven"
6464
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
@@ -61,7 +61,7 @@ runs:
6161

6262
- name: Bump up npm pr 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: "npm"
6767
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
@@ -60,7 +60,7 @@ runs:
6060
6161
- name: Bump up project version
6262
id: bump
63-
uses: sap/pull-request-semver-bumper/.github/actions/core@main
63+
uses: sap/pull-request-semver-bumper/.github/actions/core@v1
6464
with:
6565
build-type: "python"
6666
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
@@ -51,7 +51,7 @@ runs:
5151

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

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
- name: Bump Maven
7272
if: inputs.type == 'maven'
7373
id: bump_maven
74-
uses: sap/pull-request-semver-bumper/.github/actions/version-bumping/maven@main
74+
uses: sap/pull-request-semver-bumper/.github/actions/version-bumping/maven@v1
7575
with:
7676
token: ${{ inputs.token }}
7777
dry-run: ${{ inputs.dry-run }}
@@ -86,7 +86,7 @@ runs:
8686
- name: Bump NPM
8787
if: inputs.type == 'npm'
8888
id: bump_npm
89-
uses: sap/pull-request-semver-bumper/.github/actions/version-bumping/npm@main
89+
uses: sap/pull-request-semver-bumper/.github/actions/version-bumping/npm@v1
9090
with:
9191
token: ${{ inputs.token }}
9292
dry-run: ${{ inputs.dry-run }}
@@ -100,7 +100,7 @@ runs:
100100
- name: Bump Python
101101
if: inputs.type == 'python'
102102
id: bump_python
103-
uses: sap/pull-request-semver-bumper/.github/actions/version-bumping/python@main
103+
uses: sap/pull-request-semver-bumper/.github/actions/version-bumping/python@v1
104104
with:
105105
token: ${{ inputs.token }}
106106
dry-run: ${{ inputs.dry-run }}
@@ -114,7 +114,7 @@ runs:
114114
- name: Bump Version File
115115
if: inputs.type == 'version-file'
116116
id: bump_version_file
117-
uses: sap/pull-request-semver-bumper/.github/actions/version-bumping/version-file@main
117+
uses: sap/pull-request-semver-bumper/.github/actions/version-bumping/version-file@v1
118118
with:
119119
token: ${{ inputs.token }}
120120
dry-run: ${{ inputs.dry-run }}

0 commit comments

Comments
 (0)