Skip to content

Commit

Permalink
Combined dependency updates (2024-12-08)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump actions/cache from 4.1.2 to 4.2.0](#44)
- [Bump org.pitest:pitest-maven from 1.17.1 to 1.17.2](#43)
  • Loading branch information
giis-qabot authored Dec 8, 2024
1 parent ec4ac66 commit 52cb8e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Rules cache
id: rules-cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: .tdrules-cache
key: cache-${{ matrix.scope }}-v1-${{ github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion st-tdg-eval/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<!-- Run with: mvn test-compile org.pitest:pitest-maven:mutationCoverage -->
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.17.1</version>
<version>1.17.2</version>
<configuration>
<targetClasses>
<param>io.swagger.petstore.data.Pet*</param>
Expand Down

0 comments on commit 52cb8e4

Please sign in to comment.