Skip to content

Commit 63439f5

Browse files
authored
PR #36: Fixing Linting Issue
Fixing Linting Issue Merge pull request #36 from iamwatchdogs/fix-linting-issue
2 parents 3072b85 + 0e65805 commit 63439f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
uses: actions/checkout@v4.1.0
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v4.7.1
17+
uses: actions/setup-python@v6.0.0
1818
with:
19-
python-version: 3.8
19+
python-version: '3.12'
2020

2121
- name: Install dependencies
2222
run: |

0 commit comments

Comments
 (0)