Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yunline committed Dec 3, 2024
2 parents ee284fe + 4cee506 commit c75c981
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.5.0
- uses: "actions/setup-python@v2"
- uses: actions/checkout@v4.2.2
- uses: "actions/setup-python@v5"
with:
python-version: "3.11"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage_badage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
badage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.0
- uses: "actions/setup-python@v2"
- uses: actions/checkout@v4.2.2
- uses: "actions/setup-python@v5"
with:
python-version: "3.12"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
# IMPORTANT: this permission is mandatory for trusted publishing

steps:
- uses: actions/checkout@v3.5.0
- uses: "actions/setup-python@v2"
- uses: actions/checkout@v4.2.2
- uses: "actions/setup-python@v5"
with:
python-version: "3.11"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v3.5.0
- uses: "actions/setup-python@v2"
- uses: actions/checkout@v4.2.2
- uses: "actions/setup-python@v5"
with:
python-version: "${{ matrix.python-version }}"

Expand Down

0 comments on commit c75c981

Please sign in to comment.