File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
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@v5
21+ - uses : actions/checkout@v6
2222 - name : Set up Python 3.10
2323 uses : actions/setup-python@v6
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@v5
30+ - uses : actions/checkout@v6
3131 - name : Setup Pages
3232 uses : actions/configure-pages@v5
3333 - uses : actions/setup-node@v6
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@v5
17+ uses : actions/checkout@v6
1818
1919 - name : Setup Micromamba ${{ matrix.python-version }}
2020 uses : mamba-org/setup-micromamba@v2
2727 shell : bash -l {0}
2828 run : python scripts/generate_pr_from_issue.py
2929 - name : Create Pull Request
30- uses : peter-evans/create-pull-request@v7
30+ uses : peter-evans/create-pull-request@v8
3131 with :
3232 token : ${{ secrets.GITHUB_TOKEN }}
3333 commit-message : " Create new project page via GitHub Actions"
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
1212 checkout :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - name : Install cookiecutter
1717 run : python -m pip install --user cookiecutter
1818 - name : Build Template
1919 run : cookiecutter gh:hackthackathon/hackathon-template-cookiecutter --output-dir .. --config-file .cookiecutter.json --no-input --overwrite-if-exists
2020 - name : Create Pull Request
2121 if : github.ref == 'refs/heads/main'
2222 id : cpr
23- uses : peter-evans/create-pull-request@v8.1.0
23+ uses : peter-evans/create-pull-request@v8
2424 with :
2525 token : ${{ secrets.GITHUB_TOKEN }}
2626 commit-message : " Latest data: ${{ env.NOW }}"
You can’t perform that action at this time.
0 commit comments