Skip to content

Commit

Permalink
⬆️👷 Bump lando/code-sign-action from 2 to 3 (#1789)
Browse files Browse the repository at this point in the history
Bumps [lando/code-sign-action](https://github.com/lando/code-sign-action) from 2 to 3.
- [Release notes](https://github.com/lando/code-sign-action/releases)
- [Changelog](https://github.com/lando/code-sign-action/blob/main/CHANGELOG.md)
- [Commits](lando/code-sign-action@v2...v3)

---
updated-dependencies:
- dependency-name: lando/code-sign-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent ef0d87e commit 48dd455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Update exe metadata
run: node ./scripts/win-metadata-update.js
- name: Sign binary
uses: lando/code-sign-action@v2
uses: lando/code-sign-action@v3
with:
file: ./percy.exe
certificate-data: ${{ secrets.WINDOWS_CERT }}
Expand Down

0 comments on commit 48dd455

Please sign in to comment.