From b44d9ebb803ff560e9bb59d53ca17ec73e4dbac8 Mon Sep 17 00:00:00 2001 From: "usa-reddragon-renovate-ce[bot]" <156608365+usa-reddragon-renovate-ce[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:43:03 +0000 Subject: [PATCH] chore(deps): update actions/create-release action to v1.1.4 Signed-off-by: usa-reddragon-renovate-ce[bot] <156608365+usa-reddragon-renovate-ce[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 838cafb..3d530a1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -108,7 +108,7 @@ jobs: - name: Create Release id: create_release if: startsWith(github.ref, 'refs/tags/v') - uses: actions/create-release@v1 + uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # v1.1.4 env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} with: