Skip to content

Commit

Permalink
Merge pull request #323 from MinaFoundation/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-python-5

Bump actions/setup-python from 3 to 5
  • Loading branch information
kaozenn authored Jan 29, 2025
2 parents 713e627 + 1cde37f commit 1997178
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ jobs:
runs-on: minafoundation-default-runners
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- uses: pre-commit/[email protected]

0 comments on commit 1997178

Please sign in to comment.