Skip to content

Commit

Permalink
feat: Update dependencies (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Sep 14, 2023
1 parent b47ea00 commit 30d5501
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions src/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.287"
rev: "v0.0.289"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

- repo: https://github.com/psf/black
rev: "23.7.0"
rev: "23.9.1"
hooks:
- id: black

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
FORCE_COLOR: "1"
steps:
- name: Checkout code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0

- name: Set up Python
uses: actions/[email protected]
Expand Down

0 comments on commit 30d5501

Please sign in to comment.