use the explicit version of the action, instead of the latest (#526)

This commit is contained in:
Danil Ovchinnikov
2025-07-26 09:38:02 +03:00
committed by Jakub Chrzanowski
parent f18711da36
commit 0c4795966e
3 changed files with 5 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ jobs:
# Push changes
- name: Push changes
uses: ad-m/github-push-action@master
uses: ad-m/github-push-action@v0.8.0
with:
branch: main
github_token: ${{ secrets.GITHUB_TOKEN }}