Skip to content

Commit

Permalink
Merge pull request #95 from knechtionscoding/renovate/actions-setup-p…
Browse files Browse the repository at this point in the history
…ython-5.x

chore(deps): update actions/setup-python action to v5
  • Loading branch information
knechtionscoding authored Dec 6, 2023
2 parents 12654b3 + bb07984 commit e92a584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4
- uses: psf/black@stable
- name: Set up Python environment
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: flake8 Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up python
id: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install Poetry
Expand Down

0 comments on commit e92a584

Please sign in to comment.