From 94291ea76bef5c79e1befff5d4b10703032b76fc Mon Sep 17 00:00:00 2001 From: Toit CI Date: Wed, 26 Feb 2025 21:40:46 +0000 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e60605c..b10235e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Intended to be used with a Certum code signing certificate. ```yaml - name: Run the action for a single file - uses: toitlang/action-sign-server@16ae3053b2ecf4a51fb6c9c4372c0578ddd601ed # v1.0.5 + uses: toitlang/action-sign-server@bb64e1973f5492ace732c9a08c76d2777b102dc1 # v1.0.6 with: uri: ${{ vars.SIGNING_URI }} password: ${{ secrets.SIGNING_PASSWORD }} @@ -27,7 +27,7 @@ Intended to be used with a Certum code signing certificate. ```yaml - name: Run the action for a multiple files - uses: toitlang/action-sign-server@16ae3053b2ecf4a51fb6c9c4372c0578ddd601ed # v1.0.5 + uses: toitlang/action-sign-server@bb64e1973f5492ace732c9a08c76d2777b102dc1 # v1.0.6 with: uri: ${{ vars.SIGNING_URI }} password: ${{ secrets.SIGNING_PASSWORD }} @@ -43,7 +43,7 @@ will be signed. Additional paths can be added to the list. ```yaml - name: Run the action for all exe files in a folder - uses: toitlang/action-sign-server@16ae3053b2ecf4a51fb6c9c4372c0578ddd601ed # v1.0.5 + uses: toitlang/action-sign-server@bb64e1973f5492ace732c9a08c76d2777b102dc1 # v1.0.6 with: uri: ${{ vars.SIGNING_URI }} password: ${{ secrets.SIGNING_PASSWORD }}