File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 permissions :
1111 contents : write
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 with :
1515 ref : gh-pages
1616 - run : git config user.name "github-actions[bot]"
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 with :
2020 persist-credentials : false
2121 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 persist-credentials : false
1717 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1717 with :
1818 python-version : " 3.x"
1919 - uses : astral-sh/setup-uv@v7
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - run : sudo apt-get install -y gettext
2222 - run : pip install -r requirements.txt
2323 - run : uv run generate.py # generates index.html and index.json
You can’t perform that action at this time.
0 commit comments