Skip to content

Commit 0073248

Browse files
Bump the dependencies group with 2 updates (#170)
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 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...d4323d4) Updates `dart-lang/setup-dart` from 1.7.0 to 1.7.1 - [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@e630b99...e51d8e5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: dart-lang/setup-dart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b81c350 commit 0073248

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/dart.yml

Lines changed: 14 additions & 14 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@1bd1e32a3bdc45362d1e726936510720a7c30a57
24+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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@e630b99d28a3b71860378cafdc2a067c71107f94
32+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
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@1bd1e32a3bdc45362d1e726936510720a7c30a57
47+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
4848
with:
4949
path: "~/.pub-cache/hosted"
5050
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.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@e630b99d28a3b71860378cafdc2a067c71107f94
57+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
5858
with:
5959
sdk: "3.6.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@1bd1e32a3bdc45362d1e726936510720a7c30a57
88+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
8989
with:
9090
path: "~/.pub-cache/hosted"
9191
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.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@e630b99d28a3b71860378cafdc2a067c71107f94
98+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
9999
with:
100100
sdk: "3.6.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@1bd1e32a3bdc45362d1e726936510720a7c30a57
129+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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@e630b99d28a3b71860378cafdc2a067c71107f94
139+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
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@1bd1e32a3bdc45362d1e726936510720a7c30a57
170+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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@e630b99d28a3b71860378cafdc2a067c71107f94
180+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
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@1bd1e32a3bdc45362d1e726936510720a7c30a57
211+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
212212
with:
213213
path: "~/.pub-cache/hosted"
214214
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:build_cli;commands:test"
@@ -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@e630b99d28a3b71860378cafdc2a067c71107f94
221+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
222222
with:
223223
sdk: "3.6.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@1bd1e32a3bdc45362d1e726936510720a7c30a57
247+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
248248
with:
249249
path: "~/.pub-cache/hosted"
250250
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:build_cli;commands:test"
@@ -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@e630b99d28a3b71860378cafdc2a067c71107f94
257+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
258258
with:
259259
sdk: dev
260260
- id: checkout

0 commit comments

Comments
 (0)