From 8bf69fc55c266bb050544d77bb0528719d72358e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 11:56:56 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 2.2.0 to 2.2.1 (#6) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdc8ee0..0cc39d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Create Release id: create-release - uses: softprops/action-gh-release@v2.2.0 + uses: softprops/action-gh-release@v2.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: