Skip to content

Commit 9e770d2

Browse files
2 parents 6575a9e + 5c3018b commit 9e770d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2727

2828
- name: Cache SonarCloud packages
29-
uses: actions/cache@v3.2.3
29+
uses: actions/cache@v3.3.1
3030
with:
3131
path: ~\sonar\cache
3232
key: ${{ runner.os }}-sonar
3333
restore-keys: ${{ runner.os }}-sonar
3434

3535
- name: Cache SonarCloud scanner
3636
id: cache-sonar-scanner
37-
uses: actions/cache@v3.2.3
37+
uses: actions/cache@v3.3.1
3838
with:
3939
path: .\.sonar\scanner
4040
key: ${{ runner.os }}-sonar-scanner
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Determine Version
5454
id: gitversion
55-
uses: gittools/actions/gitversion/execute@v0.9.15
55+
uses: gittools/actions/gitversion/execute@v0.10.2
5656
with:
5757
useConfigFile: true
5858

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Determine Version
3131
id: gitversion
32-
uses: gittools/actions/gitversion/execute@v0.9.15
32+
uses: gittools/actions/gitversion/execute@v0.10.2
3333
with:
3434
useConfigFile: true
3535

0 commit comments

Comments
 (0)