Skip to content

Commit

Permalink
chore(deps): bump versions (#395)
Browse files Browse the repository at this point in the history
[create-pull-request] automated change

Co-authored-by: henryiii <4616906+henryiii@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and henryiii authored Apr 3, 2024
1 parent 67d8a90 commit d36b059
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/pages/guides/coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ enough for a simple testing suite, can be written as follows:

```yaml
- name: Upload coverage report
uses: codecov/codecov-action@v4.1.0
uses: codecov/codecov-action@v4.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/guides/gha_basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ configure Pages.
```yaml
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
```

{% raw %}
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/guides/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ schemas, and you can load them via URL. It work on JSON, YAML, and TOML.

```yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.28.0"
rev: "0.28.1"
hooks:
- id: check-dependabot
- id: check-github-workflows
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ jobs:
--durations=20
- name: Upload coverage report
uses: codecov/codecov-action@v4.1.0
uses: codecov/codecov-action@v4.1.1
with:
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ repos:
additional_dependencies: ["validate-pyproject-schema-store[all]"]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.28.0"
rev: "0.28.1"
hooks:
{%- if cookiecutter.__ci == "github" %}
- id: check-dependabot
Expand Down

0 comments on commit d36b059

Please sign in to comment.