Skip to content

Commit d6321af

Browse files
authored
Merge pull request #1213 from kubernetes-sigs/dependabot/github_actions/all-github-actions-6bbbf9925a
🌱 Bump softprops/action-gh-release from 2.2.2 to 2.3.2 in the all-github-actions group
2 parents 4cb7e87 + adbbd3f commit d6321af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
make release-controller-gen
3131
- name: Release
32-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # tag=v2.2.2
32+
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # tag=v2.3.2
3333
with:
3434
draft: false
3535
files: out/*

.github/workflows/tools-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
make release-envtest KUBERNETES_VERSION=${{ env.KUBERNETES_VERSION }}
4141
- name: Release
42-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # tag=v2.2.2
42+
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # tag=v2.3.2
4343
with:
4444
tag_name: envtest-${{ env.KUBERNETES_VERSION }}
4545
draft: false

0 commit comments

Comments
 (0)