From 9862f0eddd9deb25abfc5c4b0eabb8d2eff72361 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Fri, 27 Jun 2025 15:44:43 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2.3.2 | datasource | package | from | to | | ----------- | --------------------------- | ------ | ------ | | github-tags | softprops/action-gh-release | v2.0.5 | v2.3.2 | --- .github/workflows/release_stackablectl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_stackablectl.yml b/.github/workflows/release_stackablectl.yml index 136ab21c..beeeee4f 100644 --- a/.github/workflows/release_stackablectl.yml +++ b/.github/workflows/release_stackablectl.yml @@ -58,6 +58,6 @@ jobs: run: mv target/${{ matrix.target }}/release/stackablectl${{ matrix.file-suffix }} stackablectl-${{ matrix.target }}${{ matrix.file-suffix }} - name: Upload Release Binary - uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5 + uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2 with: files: stackablectl-${{ matrix.target }}${{ matrix.file-suffix }}