Skip to content

Commit 9f0e08d

Browse files
fix: Update Action-Python (#114)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 785ea19 commit 9f0e08d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010

1111
jobs:
1212
validation:
13-
uses: microsoft/action-python/.github/workflows/validation.yml@0.3.12
13+
uses: microsoft/action-python/.github/workflows/validation.yml@0.6.4
1414

1515
publish:
16-
uses: microsoft/action-python/.github/workflows/publish.yml@0.3.12
16+
uses: microsoft/action-python/.github/workflows/publish.yml@0.6.4
1717
secrets:
1818
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
1919
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ test = [
3636
"flake8",
3737
"flake8-pyproject",
3838
"pre-commit==3.2.2",
39-
"pylint==2.17.3",
39+
"pylint==2.17.4",
4040
"pylint_junit",
4141
"pytest-cov==4.0.0",
4242
"pytest-mock<3.10.1",

0 commit comments

Comments
 (0)