File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
run : |
30
30
make release-controller-gen
31
31
- name : Release
32
- uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # tag=v2.1.0
32
+ uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # tag=v2.2.1
33
33
with :
34
34
draft : false
35
35
files : out/*
Original file line number Diff line number Diff line change 19
19
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
20
20
- name : Get changed files
21
21
id : changed-files
22
- uses : tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366 # tag=v45.0.5
22
+ uses : tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # tag=v45.0.6
23
23
with :
24
24
files : |
25
25
hack/envtest/_matrix/*.yaml
39
39
run : |
40
40
make release-envtest KUBERNETES_VERSION=${{ env.KUBERNETES_VERSION }}
41
41
- name : Release
42
- uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # tag=v2.1.0
42
+ uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # tag=v2.2.1
43
43
with :
44
44
tag_name : envtest-${{ env.KUBERNETES_VERSION }}
45
45
draft : false
49
49
out/envtest-*.tar.gz.sha512
50
50
fail_on_unmatched_files : true
51
51
- name : Create Pull Request
52
- uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # tag=v7.0.5
52
+ uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # tag=v7.0.6
53
53
with :
54
54
commit-message : Promote envtest release for Kubernetes ${{ env.KUBERNETES_VERSION }}
55
55
title : " :seedling: Promotion of envtest release for Kubernetes ${{ env.KUBERNETES_VERSION }}"
You can’t perform that action at this time.
0 commit comments