File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ jobs:
1212 permissions :
1313 contents : write
1414 steps :
15- - uses : actions/setup-python@main
15+ - uses : actions/setup-python@v5
1616 with :
1717 python-version : " 3.x"
18- - uses : astral-sh/setup-uv@main
19- - uses : actions/checkout@main
18+ - uses : astral-sh/setup-uv@v4
19+ - uses : actions/checkout@v4
2020 - run : uv run generate.py
2121 -
run :
git config --local user.email [email protected] 2222 - run : git config --local user.name "GitHub Action's update job"
2323 - run : git add .
2424 - run : git commit -m 'Update progress values'
25- - uses : ad-m/github-push-action@master
25+ - uses : ad-m/github-push-action@v0.8.0
2626 if : |
2727 github.repository_owner == 'm-aciek'
2828 && github.event_name != 'pull_request'
You can’t perform that action at this time.
0 commit comments