Skip to content

Commit 63eaef2

Browse files
committed
fix: remove pinned versions in verify ci
1 parent fbc186d commit 63eaef2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/verify-commits.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- uses: auths-dev/auths-verify-github-action@v1.0.3
19+
- uses: auths-dev/auths-verify-github-action@v1
2020
with:
2121
allowed-signers: .auths/allowed_signers
22-
auths-version: '0.0.1-rc.8'
2322
fail-on-unsigned: true
2423
post-pr-comment: 'true'
2524
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)