"platforms/vscode:/vscode.git/clone" did not exist on "c962c2dd633a657d2e04b0add8ffabe1c4d7f571"
Unverified Commit 780c2fb9 authored by Matti Picus's avatar Matti Picus Committed by GitHub
Browse files

Merge pull request #483 from radarhere/actions

Updated actions/setup-python to v4
parents 02e7be86 0b306e51
......@@ -5,7 +5,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install --upgrade pip wheel
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety
......
......@@ -31,7 +31,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment