diff --git a/.github/workflows/template-checksum.yml b/.github/workflows/template-checksum.yml index a490fd35b6..08c9ba6381 100644 --- a/.github/workflows/template-checksum.yml +++ b/.github/workflows/template-checksum.yml @@ -23,7 +23,7 @@ jobs: checksum-file: '${{ env.CHECKSUM_FILE }}' - run: git status - uses: projectdiscovery/actions/setup/git@v1 - - uses: projectdiscovery/actions/commit@v1 + - uses: projectdiscovery/actions/commit@master with: files: '${{ env.CHECKSUM_FILE }}' message: 'chore: generate templates checksum 🤖'