Skip to content

Commit b44244a

Browse files
authored
Bump Python version to 3.9 (#12)
The minimum version of Python to use with Bandit is now 3.9. This is a result of Python 3.8 being end-of-life.
1 parent bb9f8d5 commit b44244a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ inputs:
7070
runs:
7171
using: composite
7272
steps:
73-
- name: Set up Python 3.8
73+
- name: Set up Python 3.9
7474
uses: actions/setup-python@v5
7575
with:
76-
python-version: 3.8
76+
python-version: 3.9
7777

7878
- name: Install Bandit
7979
shell: bash

0 commit comments

Comments
 (0)