Skip to content

Commit 1aa486c

Browse files
authored
Merge pull request #485 from DataIntegrationGroup/dependabot/github_actions/staging/py-actions/flake8-2
build(deps): bump py-actions/flake8 from 1 to 2
2 parents 72cd4fb + 91d92c6 commit 1aa486c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: "3.12"
2525
cache: "pip"
2626
- name: Run flake8
27-
uses: py-actions/flake8@v1
27+
uses: py-actions/flake8@v2
2828
with:
2929
ignore: "F401,E501"
3030
args: "--exit-zero --select=E"

0 commit comments

Comments
 (0)