Skip to content

Commit

Permalink
upgrade DINAR's pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizariev committed Feb 26, 2025
1 parent 904a742 commit c6ab2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/setup-python@v4
with:
python-version: "3.8.x"
python-version: "3.10"
- name: Check Python Version
run: echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- uses: actions/cache@v1
Expand Down

0 comments on commit c6ab2ad

Please sign in to comment.