Skip to content

Commit

Permalink
Use latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Feb 26, 2025
1 parent f73202b commit c7723cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -927,14 +927,14 @@ jobs:
& "C:\Program Files\Git\bin\bash.exe" --noprofile --norc -e -o pipefail -c "tar -xzf toit-windows.tar.gz"
- name: Sign Windows binary
uses: toitlang/action-sign-server@51cf79bedcdbf065d9e5f334b594f91a675a1bed # v1.0.3
uses: toitlang/action-sign-server@c0ddf849f5d30d53189381ea35daec08b1457e0d # v1.0.4
with:
uri: ${{ vars.CERTUM_URI }}
password: ${{ secrets.CERTUM_PWD }}
path: toit/bin

- name: Sign Windows tools
uses: toitlang/action-sign-server@51cf79bedcdbf065d9e5f334b594f91a675a1bed # v1.0.3
uses: toitlang/action-sign-server@c0ddf849f5d30d53189381ea35daec08b1457e0d # v1.0.4
with:
uri: ${{ vars.CERTUM_URI }}
password: ${{ secrets.CERTUM_PWD }}
Expand All @@ -961,7 +961,7 @@ jobs:
& tools\windows_installer\build.bat ${{ steps.version.outputs.version }} $PWD\toit $PWD\toit-windows-x64-installer.exe
- name: Sign Windows installer
uses: toitlang/action-sign-server@51cf79bedcdbf065d9e5f334b594f91a675a1bed # v1.0.3
uses: toitlang/action-sign-server@c0ddf849f5d30d53189381ea35daec08b1457e0d # v1.0.4
with:
uri: ${{ vars.CERTUM_URI }}
password: ${{ secrets.CERTUM_PWD }}
Expand Down

0 comments on commit c7723cf

Please sign in to comment.