generated from giis-uniovi/samples-giis-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combined dependency updates (2024-10-27)
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump actions/setup-dotnet from 4.0.1 to 4.1.0](#291) - [Bump org.xerial:sqlite-jdbc from 3.46.1.3 to 3.47.0.0](#290) - [Bump actions/cache from 4.1.1 to 4.1.2](#289) - [Bump io.github.javiertuya:visual-assert from 2.5.0 to 2.5.1](#288) - [Bump VisualAssert from 2.5.0 to 2.5.1 in /net](#287)
- Loading branch information
1 parent
a8104a7
commit 700080f
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].1 | ||
uses: actions/[email protected].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/[email protected].1 | ||
uses: actions/[email protected].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/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: net/.tdrules-cache | ||
key: tdrules-cache-Net-v1-${{ github.run_id }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters