Skip to content

Commit

Permalink
Merge pull request #20 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.0
  • Loading branch information
dafyddj authored Oct 3, 2024
2 parents e7cd58e + a158580 commit d51e610
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 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.0
_src_path: https://github.com/dafyddj/copier-bootstrap
template_name: copier-github-action
11 changes: 9 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 d51e610

Please sign in to comment.