Skip to content

Commit

Permalink
add missing "v"
Browse files Browse the repository at this point in the history
  • Loading branch information
p7g committed May 29, 2024
1 parent b6bb975 commit 1c2acbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
Expand All @@ -13,7 +13,7 @@ jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
Expand All @@ -22,7 +22,7 @@ jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
Expand All @@ -35,7 +35,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 1c2acbe

Please sign in to comment.