Skip to content

Commit

Permalink
chore: update setup-python version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
craftamap committed Oct 27, 2023
1 parent 2ee41e9 commit 64ff831
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
- uses: actions/checkout@v2
- uses: hadolint/hadolint-action@v1.5.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Setup Poetry
uses: Gr1N/setup-poetry@v8
- name: Run linters
run: |
poetry install
Expand Down

0 comments on commit 64ff831

Please sign in to comment.