Skip to content

Commit

Permalink
Merge pull request #1440 from kubernetes-sigs/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/softprops/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
k8s-ci-robot authored Mar 12, 2024
2 parents 1b6948f + ac29d55 commit af43f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build manifests
run: make release-manifests
- name: Release manifests
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v0.1.15
with:
files: |
_output/components.yaml
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Build binaries
run: make build-all
- name: Release binaries
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v0.1.15
with:
files: |
_output/metrics-server-*

0 comments on commit af43f40

Please sign in to comment.