Skip to content

Commit

Permalink
Merge pull request #62 from dafyddj/renovate/https-github.com-dafyddj…
Browse files Browse the repository at this point in the history
…-copier-bootstrap-2.x

chore(deps): update dependency https://github.com/dafyddj/copier-bootstrap to v2.2.1
  • Loading branch information
dafyddj authored Oct 3, 2024
2 parents a952e9d + beb4a97 commit de482aa
Show file tree
Hide file tree
Showing 3 changed files with 12 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.1.5
_commit: v2.2.1
_src_path: https://github.com/dafyddj/copier-bootstrap
template_name: copier-bootstrap
13 changes: 10 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
env:
# renovate: datasource=github-releases depName=actions/python-versions extractVersion=^(?<version>\S+)-\d+$
PYTHON_VERSION: 3.12.6
PYTHON_VERSION: 3.12.7
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
Expand All @@ -38,6 +38,11 @@ jobs:
needs: should-run
if: fromJSON(needs.should-run.outputs.should-run)
runs-on: ubuntu-latest
env:
# renovate: datasource=pypi depName=copier
COPIER_VERSION: 9.3.1
# renovate: datasource=pypi depName=texttest
TEXTTEST_VERSION: 4.3.1
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
Expand All @@ -50,8 +55,8 @@ jobs:
detached: true
- name: Install test dependencies
run: |
pipx install copier
pipx install texttest
pipx install copier==$COPIER_VERSION
pipx install texttest==$TEXTTEST_VERSION
- name: Run `texttest`
run: texttest -b
results:
Expand All @@ -61,6 +66,8 @@ jobs:
- test
permissions:
contents: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
args: [--assume-in-merge]
- id: check-yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.2
rev: 0.29.3
hooks:
- id: check-github-workflows
name: Check GitHub workflows with check-jsonschema
Expand Down

0 comments on commit de482aa

Please sign in to comment.