diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-06-24 07:38:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-24 07:38:13 +0200 |
| commit | 9a22d1769b042a88741f0ff3087f10d94f325d86 (patch) | |
| tree | 7932ac61431f52b3527185ba339f006284eaa36f /.github/workflows/linters.yml | |
| parent | 083bfca6b6c00d0f45837a65c2db721eaf46bc07 (diff) | |
Bumped versions in Github actions configuration.
Diffstat (limited to '.github/workflows/linters.yml')
| -rw-r--r-- | .github/workflows/linters.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 0cabb45934..77a25433ca 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: '3.10' - run: python -m pip install flake8 @@ -38,7 +38,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: '3.10' - run: python -m pip install isort |
