Skip to content

Commit 6e65e20

Browse files
Bump the dependencies group with 2 updates (#195)
Bumps the dependencies group with 2 updates: [actions/cache](https://github.com/actions/cache) and [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart). Updates `actions/cache` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@cdf6c1f...6682284) Updates `dart-lang/setup-dart` from 1.7.1 to 1.7.2 - [Release notes](https://github.com/dart-lang/setup-dart/releases) - [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md) - [Commits](dart-lang/setup-dart@e51d8e5...65eb853) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: dart-lang/setup-dart dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e81d275 commit 6e65e20

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/dart.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Cache Pub hosted dependencies
24-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
24+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
2525
with:
2626
path: "~/.pub-cache/hosted"
2727
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
2828
restore-keys: |
2929
os:ubuntu-latest;pub-cache-hosted
3030
os:ubuntu-latest
3131
- name: Setup Dart SDK
32-
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
32+
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
3333
with:
3434
sdk: stable
3535
- id: checkout
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Cache Pub hosted dependencies
47-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
47+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
4848
with:
4949
path: "~/.pub-cache/hosted"
5050
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:build_cli-build_cli_annotations;commands:analyze"
@@ -54,7 +54,7 @@ jobs:
5454
os:ubuntu-latest;pub-cache-hosted
5555
os:ubuntu-latest
5656
- name: Setup Dart SDK
57-
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
57+
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
5858
with:
5959
sdk: "3.9.0"
6060
- id: checkout
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
steps:
8787
- name: Cache Pub hosted dependencies
88-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
88+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
8989
with:
9090
path: "~/.pub-cache/hosted"
9191
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:build_cli-build_cli_annotations;commands:format"
@@ -95,7 +95,7 @@ jobs:
9595
os:ubuntu-latest;pub-cache-hosted
9696
os:ubuntu-latest
9797
- name: Setup Dart SDK
98-
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
98+
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
9999
with:
100100
sdk: "3.9.0"
101101
- id: checkout
@@ -126,7 +126,7 @@ jobs:
126126
runs-on: ubuntu-latest
127127
steps:
128128
- name: Cache Pub hosted dependencies
129-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
129+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
130130
with:
131131
path: "~/.pub-cache/hosted"
132132
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:build_cli-build_cli_annotations;commands:analyze"
@@ -136,7 +136,7 @@ jobs:
136136
os:ubuntu-latest;pub-cache-hosted
137137
os:ubuntu-latest
138138
- name: Setup Dart SDK
139-
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
139+
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
140140
with:
141141
sdk: dev
142142
- id: checkout
@@ -167,7 +167,7 @@ jobs:
167167
runs-on: ubuntu-latest
168168
steps:
169169
- name: Cache Pub hosted dependencies
170-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
170+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
171171
with:
172172
path: "~/.pub-cache/hosted"
173173
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:build_cli-build_cli_annotations;commands:format"
@@ -177,7 +177,7 @@ jobs:
177177
os:ubuntu-latest;pub-cache-hosted
178178
os:ubuntu-latest
179179
- name: Setup Dart SDK
180-
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
180+
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
181181
with:
182182
sdk: dev
183183
- id: checkout
@@ -208,7 +208,7 @@ jobs:
208208
runs-on: ubuntu-latest
209209
steps:
210210
- name: Cache Pub hosted dependencies
211-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
211+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
212212
with:
213213
path: "~/.pub-cache/hosted"
214214
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:build_cli;commands:test_1"
@@ -218,7 +218,7 @@ jobs:
218218
os:ubuntu-latest;pub-cache-hosted
219219
os:ubuntu-latest
220220
- name: Setup Dart SDK
221-
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
221+
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
222222
with:
223223
sdk: "3.9.0"
224224
- id: checkout
@@ -244,7 +244,7 @@ jobs:
244244
runs-on: ubuntu-latest
245245
steps:
246246
- name: Cache Pub hosted dependencies
247-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
247+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
248248
with:
249249
path: "~/.pub-cache/hosted"
250250
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:build_cli;commands:test_0"
@@ -254,7 +254,7 @@ jobs:
254254
os:ubuntu-latest;pub-cache-hosted
255255
os:ubuntu-latest
256256
- name: Setup Dart SDK
257-
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
257+
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
258258
with:
259259
sdk: "3.9.0"
260260
- id: checkout
@@ -280,7 +280,7 @@ jobs:
280280
runs-on: ubuntu-latest
281281
steps:
282282
- name: Cache Pub hosted dependencies
283-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
283+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
284284
with:
285285
path: "~/.pub-cache/hosted"
286286
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:build_cli;commands:test_1"
@@ -290,7 +290,7 @@ jobs:
290290
os:ubuntu-latest;pub-cache-hosted
291291
os:ubuntu-latest
292292
- name: Setup Dart SDK
293-
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
293+
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
294294
with:
295295
sdk: dev
296296
- id: checkout
@@ -316,7 +316,7 @@ jobs:
316316
runs-on: ubuntu-latest
317317
steps:
318318
- name: Cache Pub hosted dependencies
319-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
319+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
320320
with:
321321
path: "~/.pub-cache/hosted"
322322
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:build_cli;commands:test_0"
@@ -326,7 +326,7 @@ jobs:
326326
os:ubuntu-latest;pub-cache-hosted
327327
os:ubuntu-latest
328328
- name: Setup Dart SDK
329-
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
329+
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
330330
with:
331331
sdk: dev
332332
- id: checkout

0 commit comments

Comments
 (0)