@@ -26,14 +26,14 @@ jobs:
26
26
container : dockfool/cake-docker:latest
27
27
steps :
28
28
- name : Checkout source
29
- uses : actions/checkout@v4.2.1
29
+ uses : actions/checkout@v4.2.2
30
30
with :
31
31
fetch-depth : 0
32
32
filter : tree:0
33
33
show-progress : false
34
34
35
35
- name : Cache packages
36
- uses : actions/cache@v4.1.1
36
+ uses : actions/cache@v4.1.2
37
37
with :
38
38
path : ${{ env.NUGET_PACKAGES }}
39
39
key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
46
46
runs-on : ubuntu-latest
47
47
steps :
48
48
- name : Checkout source
49
- uses : actions/checkout@v4.2.1
49
+ uses : actions/checkout@v4.2.2
50
50
with :
51
51
fetch-depth : 0
52
52
filter : tree:0
59
59
dotnet-version : 8.0.403
60
60
61
61
- name : Cache packages
62
- uses : actions/cache@v4.1.1
62
+ uses : actions/cache@v4.1.2
63
63
with :
64
64
path : ${{ env.NUGET_PACKAGES }}
65
65
key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
72
72
runs-on : macos-latest
73
73
steps :
74
74
- name : Checkout source
75
- uses : actions/checkout@v4.2.1
75
+ uses : actions/checkout@v4.2.2
76
76
with :
77
77
fetch-depth : 0
78
78
filter : tree:0
85
85
dotnet-version : 8.0.403
86
86
87
87
- name : Cache packages
88
- uses : actions/cache@v4.1.1
88
+ uses : actions/cache@v4.1.2
89
89
with :
90
90
path : ${{ env.NUGET_PACKAGES }}
91
91
key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
98
98
runs-on : windows-latest
99
99
steps :
100
100
- name : Checkout source
101
- uses : actions/checkout@v4.2.1
101
+ uses : actions/checkout@v4.2.2
102
102
with :
103
103
fetch-depth : 0
104
104
filter : tree:0
@@ -111,7 +111,7 @@ jobs:
111
111
dotnet-version : 8.0.403
112
112
113
113
- name : Cache packages
114
- uses : actions/cache@v4.1.1
114
+ uses : actions/cache@v4.1.2
115
115
with :
116
116
path : ${{ env.NUGET_PACKAGES }}
117
117
key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
0 commit comments