Skip to content

Commit

Permalink
Merge pull request #118 from Erotemic/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
Erotemic authored Mar 25, 2022
2 parents a88d98b + bf682b9 commit 9e5308e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
#needs: [lint]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v3

# Configure compilers for Windows 64bit.
- name: Enable MSVC 64bit
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
needs: [build_and_test_wheels, build_and_test_sdist]
steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Download wheels and sdist
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
needs: [build_and_test_wheels, build_and_test_sdist]
steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Download wheels and sdist
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 9e5308e

Please sign in to comment.