Skip to content

Commit

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

build(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
YDX-2147483647 authored Aug 3, 2024
2 parents 33c8a3a + 44fdd84 commit 8bbaa46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
poetry config virtualenvs.in-project true
echo 'PYTHON = "./.venv/bin/python"' > .env
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: poetry
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
# 这里忽略了 python 小版本
path: |
.venv/
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'

Expand Down

0 comments on commit 8bbaa46

Please sign in to comment.