ci: use action major version

Using action major version guarantees using the latest action version
while not having to constantly modify the patch and minor version.
This commit is contained in:
Ben Grande 2024-07-06 22:31:51 +02:00
parent 8604887c66
commit 8721ff184a
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -45,7 +45,7 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1
- uses: pre-commit/action@v3
env:
SPEC_VENDOR: Github Actions
SPEC_PACKAGER: Github Actions