mirror of
https://github.com/edgelesssys/constellation.git
synced 2026-01-01 16:00:39 -05:00
deps: update GitHub action dependencies (#3198)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
5f9e970ebd
commit
af3f2bcd42
2 changed files with 3 additions and 3 deletions
4
.github/workflows/draft-release.yml
vendored
4
.github/workflows/draft-release.yml
vendored
|
|
@ -472,7 +472,7 @@ jobs:
|
|||
- name: Create release with artifacts
|
||||
id: create-release
|
||||
# GitHub endorsed release project. See: https://github.com/actions/create-release
|
||||
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
|
||||
uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6
|
||||
with:
|
||||
draft: true
|
||||
generate_release_notes: true
|
||||
|
|
@ -487,7 +487,7 @@ jobs:
|
|||
terraform-module.zip
|
||||
|
||||
- name: Create Terraform provider release with artifcats
|
||||
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
|
||||
uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6
|
||||
with:
|
||||
draft: true
|
||||
generate_release_notes: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue