File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
run : git fetch --prune --unshallow
32
32
33
33
- name : Cache Tools
34
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
34
+ uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
35
35
with :
36
36
path : tools
37
37
key : ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
Original file line number Diff line number Diff line change 49
49
7.0.x
50
50
51
51
- name : Cache Tools
52
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
52
+ uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
53
53
with :
54
54
path : tools
55
55
key : ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
Original file line number Diff line number Diff line change 21
21
ref : ${{ github.event.ref }}
22
22
23
23
- name : Cache Tools
24
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
24
+ uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
25
25
with :
26
26
path : tools
27
27
key : ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}
Original file line number Diff line number Diff line change @@ -22,21 +22,21 @@ jobs:
22
22
fetch-depth : 0
23
23
24
24
- name : Cache Cake-Tools
25
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
25
+ uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
26
26
with :
27
27
path : tools
28
28
key : ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
29
29
30
30
- name : Cache SonarCloud packages
31
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
31
+ uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
32
32
with :
33
33
path : ~\sonar\cache
34
34
key : ${{ runner.os }}-sonar
35
35
restore-keys : ${{ runner.os }}-sonar
36
36
37
37
- name : Cache SonarCloud scanner
38
38
id : cache-sonar-scanner
39
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
39
+ uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
40
40
with :
41
41
path : ~\sonar\cache
42
42
key : ${{ runner.os }}-sonar
You can’t perform that action at this time.
0 commit comments