Skip to content

Commit

Permalink
update workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
David Slusser committed Sep 12, 2024
1 parent 1e71bbb commit 5f11d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: "ruff"
steps:
- name: actions_python_ruff
uses: davidslusser/[email protected].0
uses: davidslusser/[email protected].2
with:
src: "src"
options: "-v"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/safety.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
name: "safety"
steps:
- uses: davidslusser/[email protected].1
- uses: davidslusser/[email protected].2
with:
options: ""
pip_install_command: "pip install -e .[dev]"

0 comments on commit 5f11d57

Please sign in to comment.