Skip to content

Commit 6cc19c6

Browse files
hugovkm-aciek
authored andcommitted
Pin actions to avoid surprising breaking changes
1 parent dcb8dab commit 6cc19c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ 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 # generates "index.html"
2121
- run: mkdir -p build && cp index.html style.css build
2222
- name: Deploy 🚀

0 commit comments

Comments
 (0)