Skip to content

Commit 3302c3c

Browse files
Align files (#1549)
Co-authored-by: github-actions <[email protected]>
1 parent a010fa7 commit 3302c3c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/zz_generated.create_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# devctl
44
#
5-
# https://github.com/giantswarm/devctl/blob/35dace92664421a2fed6852f48c2efe2caecd360/pkg/gen/input/workflows/internal/file/create_release.yaml.template
5+
# https://github.com/giantswarm/devctl/blob/f81dabb94ad79400b60650ce0b6a00d82bb31d0e/pkg/gen/input/workflows/internal/file/create_release.yaml.template
66
#
77
name: Create Release
88
on:
@@ -193,7 +193,7 @@ jobs:
193193
git push "${REMOTE_REPO}" --tags
194194
- name: Create release
195195
id: create_gh_release
196-
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
196+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
197197
env:
198198
GITHUB_TOKEN: "${{ secrets.TAYLORBOT_GITHUB_ACTION }}"
199199
with:

.github/workflows/zz_generated.diff_helm_render_templates.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# devctl
44
#
5-
# https://github.com/giantswarm/devctl/blob/711bb02bf2264ea758197d2cd8cfbed920736d95/pkg/gen/input/workflows/internal/file/helm_render_diff.yaml.template
5+
# https://github.com/giantswarm/devctl/blob/c9a325cd292d15f065e465ac6dbfaf6262e6b5dc/pkg/gen/input/workflows/internal/file/helm_render_diff.yaml.template
66
#
77
name: Compare Helm Rendering
88

@@ -23,7 +23,7 @@ jobs:
2323
if: github.event_name == 'pull_request'
2424
steps:
2525
- name: Find suspend comment
26-
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0
26+
uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad # v4.0.0
2727
continue-on-error: true
2828
id: fc
2929
with:
@@ -145,7 +145,7 @@ jobs:
145145
echo "<!-- mandatory empty line -->"
146146
) > /tmp/comment-body
147147
- name: Find diff comment
148-
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0
148+
uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad # v4.0.0
149149
continue-on-error: true
150150
id: fc
151151
with:
@@ -161,7 +161,7 @@ jobs:
161161
comment_id: ${{ steps.fc.outputs.comment-id }}
162162
token: ${{ secrets.GITHUB_TOKEN }}
163163
- name: Create comment
164-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
164+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
165165
with:
166166
issue-number: ${{ github.event.pull_request.number }}
167167
body-path: /tmp/comment-body

0 commit comments

Comments
 (0)