Skip to content

Commit

Permalink
Updating dependencies to skip CI warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Sep 5, 2024
1 parent 5ec28c1 commit 5646dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pip install types-requests
- name: Run Linters
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1

unit-test:
name: "Run unit tests"
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
./${{ matrix.component }}/test/unit
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
if: always()
with:
report_paths: ./results/UnitTest/${{ matrix.component }}/junit.xml
Expand Down

0 comments on commit 5646dc1

Please sign in to comment.