Skip to content

Commit

Permalink
Merge pull request #162 from BCDA-APS/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-5

Bump actions/setup-python from 3 to 5
  • Loading branch information
rodolakis authored Jun 20, 2024
2 parents 2a06c62 + 59d6fd3 commit 5d01918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
name: Checkout code
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
name: Setup Python
- uses: pre-commit/[email protected]
name: Run Pre-Commit Checks

0 comments on commit 5d01918

Please sign in to comment.