1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-11 08:46:25 +00:00

Bump signpath/github-action-submit-signing-request from 1.1 to 1.2 (#918)

This commit is contained in:
dependabot[bot]
2025-05-04 20:21:05 -07:00
committed by GitHub
parent 7c029b4ba1
commit 327b522080
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ jobs:
path: dist/windows/*.exe
- id: optional_step_id
uses: signpath/github-action-submit-signing-request@v1.1
uses: signpath/github-action-submit-signing-request@v1.2
if: ${{ github.repository == 'ciromattia/kcc' }}
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'

View File

@@ -48,7 +48,7 @@ jobs:
name: windows-build
path: dist/*.exe
- id: optional_step_id
uses: signpath/github-action-submit-signing-request@v1.1
uses: signpath/github-action-submit-signing-request@v1.2
if: ${{ github.repository == 'ciromattia/kcc' }}
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'