File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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@c5a7806660adbe173f04e3e038b0ccdcd758773c # 6.1.0
38
+ - uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5
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@c5a7806660adbe173f04e3e038b0ccdcd758773c # 6.1.0
50
+ - uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5
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@c5a7806660adbe173f04e3e038b0ccdcd758773c # 6.1.0
34
+ uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5
35
35
with :
36
36
title : ' Update dependencies'
37
37
commit-message : Update dependencies
You can’t perform that action at this time.
0 commit comments