Skip to content

Commit 69543d8

Browse files
authored
Merge pull request #27 from dafyddj/renovate/https-github.com-dafyddj-copier-bootstrap-2.x
chore(deps): update dependency https://github.com/dafyddj/copier-bootstrap to v2.5.0
2 parents ed67a4f + 374a819 commit 69543d8

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
template_name: copier-packer-build

.github/workflows/main.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
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 }}
@@ -23,7 +23,8 @@ jobs:
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
@@ -37,7 +38,8 @@ jobs:
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
@@ -66,7 +68,8 @@ jobs:
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:

0 commit comments

Comments
 (0)