Skip to content

Commit

Permalink
Upgrade GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Jun 14, 2024
1 parent 434244c commit 3656a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- name: "Check out repository"
uses: "actions/checkout@v4"
- name: "Set up Python"
uses: "actions/setup-python@v4"
uses: "actions/setup-python@v5"
- name: "Run pre-commit"
uses: "pre-commit/[email protected].0"
uses: "pre-commit/[email protected].1"

0 comments on commit 3656a2b

Please sign in to comment.