@@ -778,14 +778,14 @@ jobs:
778778
779779 - name : Next release version
780780 id : release_version
781- uses : getdevopspro/github-actions/release-version@v6.0.0
781+ uses : getdevopspro/github-actions/release-version@v6.0.1
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@v6.0.0
788+ uses : getdevopspro/github-actions/version-file@v6.0.1
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@v6.0.0
1038+ uses : getdevopspro/github-actions/buildx-bake/prepare@v6.0.1
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@v6.0.0
1108+ uses : getdevopspro/github-actions/command@v6.0.1
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@v6.0.0
1128+ - uses : getdevopspro/github-actions/buildx-bake/build@v6.0.1
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@v6.0.0
1153+ - uses : getdevopspro/github-actions/buildx-bake/merge@v6.0.1
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@v6.0.0
1195+ uses : getdevopspro/github-actions/command@v6.0.1
11961196 with :
11971197 command : ${{ matrix.post-steps.command }}
11981198 artifact-name : ${{ matrix.post-steps.artifact-name }}
0 commit comments