Skip to content

Commit 5ef42f9

Browse files
chore: bump version to v6.0.0
[skip ci]
1 parent 2be9b1d commit 5ef42f9

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -778,14 +778,14 @@ jobs:
778778
779779
- name: Next release version
780780
id: release_version
781-
uses: getdevopspro/github-actions/release-version@v5.0.0
781+
uses: getdevopspro/github-actions/release-version@v6.0.0
782782
with:
783783
version-previous: ${{ inputs.version-previous }}
784784
version-next: ${{ inputs.version-next }}
785785
version-output-format: ${{ inputs.version-output-format }}
786786

787787
- name: Set version in file
788-
uses: getdevopspro/github-actions/version-file@v5.0.0
788+
uses: getdevopspro/github-actions/version-file@v6.0.0
789789
with:
790790
version: ${{ steps.release_version.outputs.version }}
791791
version-makefile: ${{ inputs.version-makefile }}
@@ -1035,7 +1035,7 @@ jobs:
10351035
10361036
- name: Set image metadata and platform matrix
10371037
id: prepare_image
1038-
uses: getdevopspro/github-actions/buildx-bake/prepare@v5.0.0
1038+
uses: getdevopspro/github-actions/buildx-bake/prepare@v6.0.0
10391039
with:
10401040
bake-target: ${{ inputs.bake-target }}
10411041
registry-image: ${{ inputs.registry-image }}
@@ -1105,7 +1105,7 @@ jobs:
11051105

11061106
- name: ${{ matrix.pre-steps.name }}
11071107
id: command
1108-
uses: getdevopspro/github-actions/command@v5.0.0
1108+
uses: getdevopspro/github-actions/command@v6.0.0
11091109
with:
11101110
command: ${{ matrix.pre-steps.command }}
11111111

@@ -1125,7 +1125,7 @@ jobs:
11251125
with:
11261126
name: ${{ inputs.source-artifact-name }}
11271127

1128-
- uses: getdevopspro/github-actions/buildx-bake/build@v5.0.0
1128+
- uses: getdevopspro/github-actions/buildx-bake/build@v6.0.0
11291129
with:
11301130
bake-file: ${{ inputs.bake-file }}
11311131
bake-target: ${{ inputs.bake-target }}
@@ -1150,7 +1150,7 @@ jobs:
11501150
with:
11511151
name: ${{ inputs.source-artifact-name }}
11521152

1153-
- uses: getdevopspro/github-actions/buildx-bake/merge@v5.0.0
1153+
- uses: getdevopspro/github-actions/buildx-bake/merge@v6.0.0
11541154
id: merge
11551155
with:
11561156
registry-username: ${{ inputs.registry-username }}
@@ -1192,7 +1192,7 @@ jobs:
11921192

11931193
- name: ${{ matrix.post-steps.name }}
11941194
id: command
1195-
uses: getdevopspro/github-actions/command@v5.0.0
1195+
uses: getdevopspro/github-actions/command@v6.0.0
11961196
with:
11971197
command: ${{ matrix.post-steps.command }}
11981198
artifact-name: ${{ matrix.post-steps.artifact-name }}

.github/workflows/promote.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ jobs:
119119

120120
- id: release_version
121121
name: next release version
122-
uses: getdevopspro/github-actions/release-version@v5.0.0
122+
uses: getdevopspro/github-actions/release-version@v6.0.0
123123
with:
124124
version-previous: ${{ inputs.version-previous }}
125125
version-next: ${{ inputs.version-next }}
126126
version-output-format: ${{ inputs.version-output-format }}
127127

128128
- name: set version in file
129-
uses: getdevopspro/github-actions/version-file@v5.0.0
129+
uses: getdevopspro/github-actions/version-file@v6.0.0
130130
with:
131131
version: ${{ steps.release_version.outputs.version }}
132132
version-makefile: ${{ inputs.version-makefile }}
@@ -154,7 +154,7 @@ jobs:
154154
make ${{ inputs.make-target-pre-push }}
155155
156156
- name: push git version
157-
uses: getdevopspro/github-actions/release-git-push@v5.0.0
157+
uses: getdevopspro/github-actions/release-git-push@v6.0.0
158158
if: inputs.push-git
159159
id: git_push
160160
with:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= 5.0.0
1+
VERSION ?= 6.0.0
22
WORKFLOW_FILES := .github/workflows/build.yml .github/workflows/promote.yml .github/workflows/release.yml
33
ifneq (,$(findstring xterm,${TERM}))
44
RED := $(shell tput -Txterm setaf 1)

0 commit comments

Comments
 (0)