From de59fd2d82a1a30ebf10bfac9264a43e2e8ee42b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 22:36:39 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2.0.4 --- .github/workflows/katana.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/katana.yml b/.github/workflows/katana.yml index 6822dd974..30705675b 100644 --- a/.github/workflows/katana.yml +++ b/.github/workflows/katana.yml @@ -257,7 +257,7 @@ jobs: environment: production version: ${{ github.ref }} - name: Create Release - uses: softprops/action-gh-release@v2.0.3 + uses: softprops/action-gh-release@v2.0.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: