3131 show-progress : false
3232
3333 - name : Show contexts
34- uses : actions/github-script@v7.0.1
34+ uses : actions/github-script@v7.1.0
3535 with :
3636 script : |
3737 // show contexts
4747 run : dotnet tool restore && dotnet cake --target=info --verbosity=verbose
4848
4949 - name : Show outputs
50- uses : actions/github-script@v7.0.1
50+ uses : actions/github-script@v7.1.0
5151 with :
5252 script : |
5353 // show outputs
6868 show-progress : false
6969
7070 - name : Show contexts
71- uses : actions/github-script@v7.0.1
71+ uses : actions/github-script@v7.1.0
7272 with :
7373 script : |
7474 // show contexts
@@ -83,14 +83,14 @@ jobs:
8383 uses : actions/setup-dotnet@v5.0.0
8484 with :
8585 # renovate: datasource=dotnet depName=dotnet-sdk
86- dotnet-version : 9.0.202
86+ dotnet-version : 9.0.305
8787
8888 - name : Cake build
8989 id : cake
9090 run : dotnet tool restore && dotnet cake --target=info --verbosity=verbose
9191
9292 - name : Show outputs
93- uses : actions/github-script@v7.0.1
93+ uses : actions/github-script@v7.1.0
9494 with :
9595 script : |
9696 // show outputs
@@ -111,7 +111,7 @@ jobs:
111111 show-progress : false
112112
113113 - name : Show contexts
114- uses : actions/github-script@v7.0.1
114+ uses : actions/github-script@v7.1.0
115115 with :
116116 script : |
117117 // show contexts
@@ -126,14 +126,14 @@ jobs:
126126 uses : actions/setup-dotnet@v5.0.0
127127 with :
128128 # renovate: datasource=dotnet depName=dotnet-sdk
129- dotnet-version : 9.0.202
129+ dotnet-version : 9.0.305
130130
131131 - name : Cake build
132132 id : cake
133133 run : dotnet tool restore && dotnet cake --target=info --verbosity=verbose
134134
135135 - name : Show outputs
136- uses : actions/github-script@v7.0.1
136+ uses : actions/github-script@v7.1.0
137137 with :
138138 script : |
139139 // show outputs
@@ -154,7 +154,7 @@ jobs:
154154 show-progress : false
155155
156156 - name : Show contexts
157- uses : actions/github-script@v7.0.1
157+ uses : actions/github-script@v7.1.0
158158 with :
159159 script : |
160160 // show contexts
@@ -169,14 +169,14 @@ jobs:
169169 uses : actions/setup-dotnet@v5.0.0
170170 with :
171171 # renovate: datasource=dotnet depName=dotnet-sdk
172- dotnet-version : 9.0.202
172+ dotnet-version : 9.0.305
173173
174174 - name : Cake build
175175 id : cake
176176 run : dotnet tool restore && dotnet cake --target=info --verbosity=verbose
177177
178178 - name : Show outputs
179- uses : actions/github-script@v7.0.1
179+ uses : actions/github-script@v7.1.0
180180 with :
181181 script : |
182182 // show outputs
0 commit comments