Skip to content

Commit

Permalink
Merge pull request #76 from Alviner/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

fix(deps): bump actions/checkout from 2 to 4
  • Loading branch information
Alviner authored Oct 18, 2024
2 parents 63c85d6 + 36c22e0 commit 3f95a51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
pylama:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup python3.10
uses: actions/setup-python@v5
with:
Expand All @@ -23,7 +23,7 @@ jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup python3.10
uses: actions/setup-python@v5
with:
Expand All @@ -46,7 +46,7 @@ jobs:
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup python${{ matrix.python }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 3f95a51

Please sign in to comment.