Skip to content

Commit

Permalink
Merge pull request #37 from The-Compiler/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
The-Compiler committed May 29, 2023
2 parents 676beb2 + 79f6e06 commit 906e19c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ubuntu-version: [ubuntu-latest, ubuntu-20.04]
runs-on: ${{ matrix.ubuntu-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -26,7 +26,7 @@ jobs:
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: '3.x'
Expand All @@ -39,7 +39,7 @@ jobs:
matrix:
env: [format, mypy]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- run: pip install tox
- run: tox -e ${{ matrix.env }}
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
needs: [tests, windows, lint]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v1
with:
python-version: '3.x'
Expand Down

0 comments on commit 906e19c

Please sign in to comment.