Skip to content

Commit

Permalink
chore(deps) Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 3, 2024
1 parent 94a1cb2 commit d185001
Show file tree
Hide file tree
Showing 6 changed files with 2,484 additions and 2,094 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git reset --hard ${{github.ref_name}}
- name: 🆕 Create Pull Request
uses: peter-evans/create-pull-request@v5.0.2
uses: peter-evans/create-pull-request@v5.0.3
with:
labels: automated pr
branch: ${{github.ref_name}}
Expand All @@ -42,7 +42,7 @@ jobs:
git reset --hard ${{github.ref_name}}
- name: 🆕 Create Pull Request
uses: peter-evans/create-pull-request@v5.0.2
uses: peter-evans/create-pull-request@v5.0.3
with:
labels: automated pr
branch: ${{github.ref_name}}
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exclude: >
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: pretty-format-json
args: [--autofix]
Expand All @@ -41,7 +41,7 @@ repos:
- id: black
language_version: python3.9
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.12.0
rev: v2.13.0
hooks:
- id: pretty-format-toml
args: [--autofix]
Expand Down

0 comments on commit d185001

Please sign in to comment.