File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2- _commit : v2.4.6
2+ _commit : v2.5.0
33_src_path : https://github.com/dafyddj/copier-bootstrap
44template_name : copier-packer-build
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
1212jobs :
1313 should-run :
1414 name : Should run
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-24.04
1616 timeout-minutes : 5
1717 outputs :
1818 should-run : ${{ steps.action.outputs.should-run }}
2323 name : Run `pre-commit`
2424 needs : should-run
2525 if : fromJSON(needs.should-run.outputs.should-run)
26- runs-on : ubuntu-latest
26+ runs-on : ubuntu-24.04
27+ timeout-minutes : 5
2728 env :
2829 # renovate: datasource=custom.python-versions depName=actions/python-versions versioning=pep440
2930 PYTHON_VERSION : 3.13.1
3738 name : Run approval tests
3839 needs : should-run
3940 if : fromJSON(needs.should-run.outputs.should-run)
40- runs-on : ubuntu-latest
41+ runs-on : ubuntu-24.04
42+ timeout-minutes : 5
4143 env :
4244 # renovate: datasource=pypi depName=copier
4345 COPIER_VERSION : 9.4.1
6668 issues : write
6769 pull-requests : write
6870 checks : read
69- runs-on : ubuntu-latest
71+ runs-on : ubuntu-24.04
72+ timeout-minutes : 10
7073 steps :
7174 - uses : poseidon/wait-for-status-checks@899c768d191b56eef585c18f8558da19e1f3e707 # v0.6.0
7275 with :
You can’t perform that action at this time.
0 commit comments