Skip to content

Commit acc2557

Browse files
Bump github/super-linter from 4.9.1 to 4.9.2
Bumps [github/super-linter](https://github.com/github/super-linter) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md) - [Commits](github/super-linter@v4.9.1...v4.9.2) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2a796a commit acc2557

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- run: |
7171
echo "PYTHONPATH=/github/workspace/:/github/workflow/.venv/lib/python$(echo 'import sys; print(".".join(map(str, sys.version_info[0:2])))' | python)/site-packages" >> "${GITHUB_ENV}"
7272
- name: Lint files
73-
uses: github/super-linter/slim@v4.9.1
73+
uses: github/super-linter/slim@v4.9.2
7474
env:
7575
VALIDATE_ALL_CODEBASE: true
7676
VALIDATE_PYTHON_BLACK: false

0 commit comments

Comments
 (0)