Skip to content

Commit

Permalink
chore(deps): update dependency https://github.com/dafyddj/copier-boot…
Browse files Browse the repository at this point in the history
…strap to v2.5.0
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent c5b33eb commit 8dca315
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v2.4.6
_commit: v2.5.0
_src_path: https://github.com/dafyddj/copier-bootstrap
template_name: copier-bootstrap
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
should-run:
name: Should run
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 5
outputs:
should-run: ${{ steps.action.outputs.should-run }}
Expand All @@ -23,7 +23,8 @@ jobs:
name: Run `pre-commit`
needs: should-run
if: fromJSON(needs.should-run.outputs.should-run)
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 5
env:
# renovate: datasource=custom.python-versions depName=actions/python-versions versioning=pep440
PYTHON_VERSION: 3.13.1
Expand All @@ -37,7 +38,8 @@ jobs:
name: Run approval tests
needs: should-run
if: fromJSON(needs.should-run.outputs.should-run)
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 5
env:
# renovate: datasource=pypi depName=copier
COPIER_VERSION: 9.4.1
Expand Down Expand Up @@ -66,7 +68,8 @@ jobs:
issues: write
pull-requests: write
checks: read
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: poseidon/wait-for-status-checks@899c768d191b56eef585c18f8558da19e1f3e707 # v0.6.0
with:
Expand Down

0 comments on commit 8dca315

Please sign in to comment.