Skip to content

Commit a7e5afa

Browse files
CI(dependabot): Bump mikepenz/action-junit-report from 4 to 5 (#120)
* CI(dependabot): Bump mikepenz/action-junit-report from 4 to 5 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4 to 5. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v4...v5) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update .pre-commit-config.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adrien Berchet <adrien.berchet@epfl.ch>
1 parent 69df833 commit a7e5afa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/run-tox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
pip install tox
6363
tox run -e min_versions
6464
- name: JUnit Report Action
65-
uses: mikepenz/action-junit-report@v4
65+
uses: mikepenz/action-junit-report@v5
6666
if: always() # always run even if the previous step fails
6767
with:
6868
report_paths: 'reports/pytest-*.xml'

.pre-commit-config.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
default_language_version:
2-
python: python3.8
31
repos:
42
- repo: https://github.com/pre-commit/pre-commit-hooks
53
rev: v5.0.0

0 commit comments

Comments
 (0)