From e9e351623a79139c38491ad8609467fee4a9d577 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:28:03 +0000 Subject: [PATCH] Update simp/github-action-build-and-sign-pkg-single-rpm action to v2 --- .github/workflows/tag_deploy_asset.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag_deploy_asset.yml b/.github/workflows/tag_deploy_asset.yml index 29be1c3..457a4e6 100644 --- a/.github/workflows/tag_deploy_asset.yml +++ b/.github/workflows/tag_deploy_asset.yml @@ -65,7 +65,7 @@ jobs: fetch-depth: 0 - name: Build Release RPM - uses: simp/github-action-build-and-sign-pkg-single-rpm@v1 + uses: simp/github-action-build-and-sign-pkg-single-rpm@2.4.1 id: build-and-sign-rpm with: gpg_signing_key: ${{ secrets.SIMP_DEV_GPG_SIGNING_KEY }}