From 61f0a6ee519aeda42e4a18e9dd40a8a1df427df5 Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Thu, 29 Sep 2022 15:59:54 +0100 Subject: [PATCH] OPS: Use path to point to GHA --- .github/workflows/python-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 9fc66eb..249c605 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -15,7 +15,7 @@ jobs: # Set fetch-depth to 0 to fetch all tags (necessary for git-mkver to determine the correct semantic version). fetch-depth: 0 - uses: actions/setup-python@v4 - - uses: octue/conventional-commits/check_semantic_version + - uses: .check_semantic_version with: version_source_type: setup.py