Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 2cb83e5

Browse files
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](dciborow/action-pylint@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] <[email protected]>
1 parent 6916185 commit 2cb83e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ runs:
159159
python -m flit install || python -m pip install .
160160
161161
- if: ${{ inputs.pylint == 'true' }}
162-
uses: dciborow/[email protected].0
162+
uses: dciborow/[email protected].1
163163
with:
164164
github_token: ${{ inputs.github_token }}
165165
workdir: ${{ inputs.root }}/${{ inputs.workdir }}

0 commit comments

Comments
 (0)