File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
make generate-limits
36
36
cp misc/eni-max-pods.txt ../amazon-eks-ami/templates/shared/runtime/eni-max-pods.txt
37
37
cp misc/eni-max-pods.txt ../amazon-eks-ami/nodeadm/internal/kubelet/eni-max-pods.txt
38
- - uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # 7.0.6
38
+ - uses : peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # 7.0.7
39
39
with :
40
40
branch : update-eni-max-pods
41
41
path : amazon-eks-ami/
Original file line number Diff line number Diff line change 47
47
// if the release notes are modified in the GitHub web editor, trailing spaces can be added accidentally
48
48
updatedChangelog = updatedChangelog.split('\n').map(s => s.replace(/\s+$/, '')).join('\n');
49
49
fs.writeFileSync(changelogPath, updatedChangelog);
50
- - uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # 7.0.6
50
+ - uses : peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # 7.0.7
51
51
with :
52
52
branch : update-changelog
53
53
path : amazon-eks-ami/
Original file line number Diff line number Diff line change 31
31
echo 'EOF' >> $GITHUB_OUTPUT
32
32
- name : Create PR
33
33
if : ${{ steps.update_deps.outputs.changes != '' }}
34
- uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # 7.0.6
34
+ uses : peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # 7.0.7
35
35
with :
36
36
title : " chore: update dependencies"
37
37
commit-message : " chore: update dependencies"
You can’t perform that action at this time.
0 commit comments