Skip to content

Commit

Permalink
Run satety.yml with Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding authored Nov 17, 2023
1 parent 90302ec commit c5fa988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: steps.changes.outputs.code == 'true'
uses: "actions/setup-python@v2"
with:
python-version: "3.6"
python-version: "3.8"

- name: Install dependencies 🔧
if: steps.changes.outputs.code == 'true'
Expand Down

0 comments on commit c5fa988

Please sign in to comment.