From 2cb83e5313f26a35988491d97cbf0c6fd4b778ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 21:16:03 +0000 Subject: [PATCH] fix: bump dciborow/action-pylint from 0.1.0 to 0.1.1 Bumps [dciborow/action-pylint](https://github.com/dciborow/action-pylint) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/dciborow/action-pylint/releases) - [Commits](https://github.com/dciborow/action-pylint/compare/0.1.0...0.1.1) --- updated-dependencies: - dependency-name: dciborow/action-pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b0850a1..6d1a614 100644 --- a/action.yml +++ b/action.yml @@ -159,7 +159,7 @@ runs: python -m flit install || python -m pip install . - if: ${{ inputs.pylint == 'true' }} - uses: dciborow/action-pylint@0.1.0 + uses: dciborow/action-pylint@0.1.1 with: github_token: ${{ inputs.github_token }} workdir: ${{ inputs.root }}/${{ inputs.workdir }}