Skip to content

Commit

Permalink
Bump the github-actions group with 3 updates (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent f5d4b67 commit 6e2a698
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Expand Up @@ -16,9 +16,9 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Ensure latest setuptools
Expand All @@ -39,15 +39,15 @@ jobs:
coverage xml
coverage html
- name: Publish coverage results
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4


isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Ensure latest setuptools
Expand All @@ -66,9 +66,9 @@ jobs:
warnings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Ensure latest setuptools
Expand Down

0 comments on commit 6e2a698

Please sign in to comment.