Skip to content

Commit ef2c367

Browse files
committed
Pin actions to avoid surprising breaking changes
1 parent 7512835 commit ef2c367

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)