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 3131 run : git fetch --prune --unshallow
3232
3333 - name : Cache Tools
34- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
34+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3535 with :
3636 path : tools
3737 key : ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
Original file line number Diff line number Diff line change 4949 7.0.x
5050
5151 - name : Cache Tools
52- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
52+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
5353 with :
5454 path : tools
5555 key : ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
Original file line number Diff line number Diff line change 2121 ref : ${{ github.event.ref }}
2222
2323 - name : Cache Tools
24- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
24+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
2525 with :
2626 path : tools
2727 key : ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}
Original file line number Diff line number Diff line change @@ -22,21 +22,21 @@ jobs:
2222 fetch-depth : 0
2323
2424 - name : Cache Cake-Tools
25- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
25+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
2626 with :
2727 path : tools
2828 key : ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
2929
3030 - name : Cache SonarCloud packages
31- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
31+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3232 with :
3333 path : ~\sonar\cache
3434 key : ${{ runner.os }}-sonar
3535 restore-keys : ${{ runner.os }}-sonar
3636
3737 - name : Cache SonarCloud scanner
3838 id : cache-sonar-scanner
39- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
39+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
4040 with :
4141 path : ~\sonar\cache
4242 key : ${{ runner.os }}-sonar
You can’t perform that action at this time.
0 commit comments