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 Sep 7, 2024
1 parent 9120832 commit c09cc4d
Show file tree
Hide file tree
Showing 6 changed files with 2,700 additions and 2,297 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/[email protected].2
uses: peter-evans/[email protected].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/[email protected].2
uses: peter-evans/[email protected].3
with:
labels: automated pr
branch: ${{github.ref_name}}
Expand Down
6 changes: 3 additions & 3 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.14.0
hooks:
- id: pretty-format-toml
args: [--autofix]
Expand All @@ -50,6 +50,6 @@ repos:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.34.1
rev: v1.35.2
hooks:
- id: djlint-jinja
Loading

0 comments on commit c09cc4d

Please sign in to comment.