Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored May 14, 2024
1 parent 75d0bb5 commit 6bd3521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/runtime-image-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repos:
additional_dependencies: [black==22.3.0]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.4.3'
rev: 'v0.4.4'
hooks:
- id: ruff
args: ["--config", "./pyproject.toml"]
Expand Down Expand Up @@ -99,7 +99,7 @@ repos:
additional_dependencies: [".[toml]"]

- repo: https://github.com/rhysd/actionlint
rev: v1.6.27
rev: v1.7.0
hooks:
- id: actionlint
args: ["-ignore", "shellcheck"]
Expand Down

0 comments on commit 6bd3521

Please sign in to comment.