From a64f7dba9e822de7de2ecfc4e36fc19a36f8bacd Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean Date: Mon, 25 Sep 2023 22:11:57 +0700 Subject: [PATCH] fix: back to version v1.0.0 check-signed --- .github/workflows/check-signed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-signed.yml b/.github/workflows/check-signed.yml index c9a8209..b466d3e 100644 --- a/.github/workflows/check-signed.yml +++ b/.github/workflows/check-signed.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Check signed commits in PR - uses: 1Password/check-signed-commits-action@v1 + uses: 1Password/check-signed-commits-action@v1.0.0 with: comment: | You must GPG-sign your work, certifying that you either wrote the work or otherwise have the right to pass it on to an open-source project. See Developer's Certificate of Origin. See [signing][1].