Merge pull request #39 from nim65s/dependabot/github_actions/actions/setup-python-4

build(deps): bump actions/setup-python from 2 to 4
This commit is contained in:
Guilhem Saurel 2022-08-12 11:39:43 +02:00 committed by GitHub
commit 8632c87d4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v4
- run: python -m pip install -U pip - run: python -m pip install -U pip
- run: python -m pip install . - run: python -m pip install .
- run: matrix-webhook -h - run: matrix-webhook -h