Skip to content

Commit fe1f4d9

Browse files
committed
Update lint workflow to 3.12
1 parent 66c88a4 commit fe1f4d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/forms-backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
uses: actions/checkout@v2
1717

1818
- name: Install Python Dependencies
19-
uses: HassanAbouelela/actions/setup-python@setup-python_v1.3.1
19+
uses: HassanAbouelela/actions/setup-python@setup-python_v1.6.0
2020
with:
2121
dev: true
22-
python_version: "3.9"
22+
python_version: "3.12"
2323

2424
# Use this formatting to show them as GH Actions annotations.
2525
- name: Run flake8

0 commit comments

Comments
 (0)