Skip to content

Commit

Permalink
Update pre-commit.yml
Browse files Browse the repository at this point in the history
fix node.js deprecations
fix python EOL
  • Loading branch information
mosfet80 authored Dec 6, 2024
1 parent 854b3d8 commit 09c3ffd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.7.x
- uses: actions/setup-dotnet@v1
python-version: 3.9.x
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
include-prerelease: true
- uses: pre-commit/action@v2.0.0
- uses: pre-commit/action@v4

0 comments on commit 09c3ffd

Please sign in to comment.