From 412fd9038b02a1393a7e4f05ecd3c163df906792 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 01:29:40 +0000 Subject: [PATCH] chore(deps): update dependency https://github.com/dafyddj/copier-bootstrap to v2.3.0 --- .copier-answers.yml | 2 +- .github/workflows/main.yml | 18 ++++++++++-------- .pre-commit-config.yaml | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 547e62c..ae64960 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,4 +1,4 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v2.2.1 +_commit: v2.3.0 _src_path: https://github.com/dafyddj/copier-bootstrap template_name: copier-bootstrap diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a741af..4ed1be5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,10 +25,10 @@ jobs: if: fromJSON(needs.should-run.outputs.should-run) runs-on: ubuntu-latest env: - # renovate: datasource=github-releases depName=actions/python-versions extractVersion=^(?\S+)-\d+$ - PYTHON_VERSION: 3.12.7 + # renovate: datasource=custom.python-versions depName=actions/python-versions versioning=pep440 + PYTHON_VERSION: 3.13.0 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: ${{ env.PYTHON_VERSION }} @@ -44,7 +44,7 @@ jobs: # renovate: datasource=pypi depName=texttest TEXTTEST_VERSION: 4.3.1 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: fetch-depth: 0 # `copier` prefers full-history clones submodules: true @@ -61,16 +61,18 @@ jobs: run: texttest -b results: name: Collect results - needs: - - pre-commit - - test permissions: contents: write issues: write pull-requests: write + checks: read runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: poseidon/wait-for-status-checks@6988432d64ad3f9c2608db4ca16fded1b7d36ead # v0.5.0 + with: + ignore: Collect results + token: ${{ secrets.GITHUB_TOKEN }} + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - uses: codfish/semantic-release-action@9a999e0cdb207de2c9d9d4276860435727818989 # v3.4.1 with: plugins: | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f7cfcaf..243d86b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-merge-conflict