Skip to content

Commit 2a6e5a3

Browse files
authored
Merge pull request #5 from ZenithClown/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 2 to 4
2 parents dfd39f0 + fa29d02 commit 2a6e5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyCode-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Installing flake8 and Upgrade pip

0 commit comments

Comments
 (0)