Skip to content

Commit aee6286

Browse files
authored
Merge pull request #6 from pkgforge/renovate/softprops-action-gh-release-2.x
Update softprops/action-gh-release action to v2.3.2
2 parents 0fa4501 + 4c7ea48 commit aee6286

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build_bootstrap_images_aarch64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
#continuous
170170
- name: Releaser (Continuous)
171171
if: env.HAS_IMAGE == 'TRUE'
172-
uses: softprops/action-gh-release@v2.2.2
172+
uses: softprops/action-gh-release@v2.3.2
173173
with:
174174
name: "Continuous ${{ matrix.image }}_${{ matrix.arch }}"
175175
tag_name: "${{ matrix.image }}_${{ matrix.arch }}"
@@ -183,7 +183,7 @@ jobs:
183183
#Snapshot
184184
- name: Releaser (Snapshot)
185185
if: env.HAS_IMAGE == 'TRUE'
186-
uses: softprops/action-gh-release@v2.2.2
186+
uses: softprops/action-gh-release@v2.3.2
187187
with:
188188
name: "Snapshot-(${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"
189189
tag_name: "${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"

.github/workflows/build_bootstrap_images_x86_64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
#continuous
169169
- name: Releaser (Continuous)
170170
if: env.HAS_IMAGE == 'TRUE'
171-
uses: softprops/action-gh-release@v2.2.2
171+
uses: softprops/action-gh-release@v2.3.2
172172
with:
173173
name: "Continuous ${{ matrix.image }}_${{ matrix.arch }}"
174174
tag_name: "${{ matrix.image }}_${{ matrix.arch }}"
@@ -182,7 +182,7 @@ jobs:
182182
#Snapshot
183183
- name: Releaser (Snapshot)
184184
if: env.HAS_IMAGE == 'TRUE'
185-
uses: softprops/action-gh-release@v2.2.2
185+
uses: softprops/action-gh-release@v2.3.2
186186
with:
187187
name: "Snapshot-(${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"
188188
tag_name: "${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"

.github/workflows/fetch_runner_images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
#continuous
210210
- name: Releaser (Continuous)
211211
if: env.HAS_RELEASE == 'TRUE'
212-
uses: softprops/action-gh-release@v2.2.2
212+
uses: softprops/action-gh-release@v2.3.2
213213
with:
214214
name: "${{ env.METADATA_TAG }}"
215215
tag_name: "${{ env.METADATA_TAG }}"
@@ -224,7 +224,7 @@ jobs:
224224
#Snapshot
225225
- name: Releaser (Snapshot)
226226
if: env.HAS_RELEASE == 'TRUE'
227-
uses: softprops/action-gh-release@v2.2.2
227+
uses: softprops/action-gh-release@v2.3.2
228228
with:
229229
name: "${{ env.METADATA_TAG }}"
230230
tag_name: "${{ env.UTC_TIME }}-${{ env.METADATA_TAG }}"

.github/workflows/healthchecks_housekeeping.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
#continuous
179179
- name: Releaser (Continuous)
180180
if: env.HAS_COMMON == 'TRUE'
181-
uses: softprops/action-gh-release@v2.2.2
181+
uses: softprops/action-gh-release@v2.3.2
182182
with:
183183
name: "Common Utils"
184184
tag_name: "common-utils"

0 commit comments

Comments
 (0)