File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 if : github.ref == 'refs/heads/main'
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Set up Python 3.10
2323 uses : actions/setup-python@v5
2424 with :
Original file line number Diff line number Diff line change 2727 url : ${{ steps.deployment.outputs.page_url }}
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 - name : Setup Pages
3232 uses : actions/configure-pages@v5
3333 - uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Check Out Repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Setup Micromamba ${{ matrix.python-version }}
2020 uses : mamba-org/setup-micromamba@v2
Original file line number Diff line number Diff line change 1212 checkout :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Install cookiecutter
1717 run : python -m pip install --user cookiecutter
1818 - name : Build Template
You can’t perform that action at this time.
0 commit comments