diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b5fe452..9733839 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
working-directory: net
steps:
- uses: actions/checkout@v4
- - uses: actions/setup-dotnet@v4.0.1
+ - uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: '8.0.x'
#- name: Enable snapshots
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2fb445a..79abb56 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -78,7 +78,7 @@ jobs:
# to simulate an updatable cache. If eventually we need to clear the cache, increase the V* number
- name: Rules cache
id: rules-cache
- uses: actions/cache@v4.1.1
+ uses: actions/cache@v4.1.2
with:
path: qacover-core/.tdrules-cache
key: tdrules-cache-${{ matrix.scope }}-v1-${{ github.run_id }}
@@ -163,7 +163,7 @@ jobs:
# Uses the same trick that in other jobs top simulate a writable cache
- name: Custom cache for IT
id: rules-cache
- uses: actions/cache@v4.1.1
+ uses: actions/cache@v4.1.2
with:
path: /home/runner/.m2/repository #can't pass $HOME
key: setup-java-IT-maven-v1-${{ github.run_id }}
@@ -228,7 +228,7 @@ jobs:
working-directory: net
steps:
- uses: actions/checkout@v4
- - uses: actions/setup-dotnet@v4.0.1
+ - uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: '8.0.x'
@@ -247,7 +247,7 @@ jobs:
- name: Rules cache
id: rules-cache
- uses: actions/cache@v4.1.1
+ uses: actions/cache@v4.1.2
with:
path: net/.tdrules-cache
key: tdrules-cache-Net-v1-${{ github.run_id }}
diff --git a/net/QACoverTest/QACoverTest.csproj b/net/QACoverTest/QACoverTest.csproj
index 422a03d..0855d46 100644
--- a/net/QACoverTest/QACoverTest.csproj
+++ b/net/QACoverTest/QACoverTest.csproj
@@ -15,7 +15,7 @@
-
+
diff --git a/pom.xml b/pom.xml
index 6d317af..a3ec2ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
io.github.javiertuya
visual-assert
- 2.5.0
+ 2.5.1
test