File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments