Skip to content

Commit

Permalink
Combined dependency updates (2024-10-27)
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.1 to 4.1.2](#34)
- [Bump io.github.javiertuya:visual-assert from 2.5.0 to 2.5.1](#33)
  • Loading branch information
giis-qabot authored Oct 27, 2024
1 parent 791ef17 commit 8db18b7
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/[email protected].1
uses: actions/[email protected].2
with:
path: .tdrules-cache
key: cache-${{ matrix.scope }}-v1-${{ github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>io.github.javiertuya</groupId>
<artifactId>visual-assert</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 8db18b7

Please sign in to comment.