Skip to content

Commit 23386cc

Browse files
Bump the dependencies group with 2 updates (#186)
Bumps the dependencies group with 2 updates: [actions/cache](https://github.com/actions/cache) and [actions/checkout](https://github.com/actions/checkout). Updates `actions/cache` from 5.0.1 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...cdf6c1f) Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: actions/checkout dependency-version: 6.0.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 a729602 commit 23386cc

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/dart.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Cache Pub hosted dependencies
24-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
24+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
2525
with:
2626
path: "~/.pub-cache/hosted"
2727
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
@@ -34,7 +34,7 @@ jobs:
3434
sdk: stable
3535
- id: checkout
3636
name: Checkout repository
37-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
37+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3838
- name: mono_repo self validate
3939
run: dart pub global activate mono_repo 6.6.3
4040
- name: mono_repo self validate
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Cache Pub hosted dependencies
47-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
47+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
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"
@@ -59,7 +59,7 @@ jobs:
5959
sdk: "3.9.0"
6060
- id: checkout
6161
name: Checkout repository
62-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
62+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
6363
- id: build_cli_pub_upgrade
6464
name: build_cli; dart pub upgrade
6565
run: dart pub upgrade
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
steps:
8787
- name: Cache Pub hosted dependencies
88-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
88+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
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"
@@ -100,7 +100,7 @@ jobs:
100100
sdk: "3.9.0"
101101
- id: checkout
102102
name: Checkout repository
103-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
103+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
104104
- id: build_cli_pub_upgrade
105105
name: build_cli; dart pub upgrade
106106
run: dart pub upgrade
@@ -126,7 +126,7 @@ jobs:
126126
runs-on: ubuntu-latest
127127
steps:
128128
- name: Cache Pub hosted dependencies
129-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
129+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
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"
@@ -141,7 +141,7 @@ jobs:
141141
sdk: dev
142142
- id: checkout
143143
name: Checkout repository
144-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
144+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
145145
- id: build_cli_pub_upgrade
146146
name: build_cli; dart pub upgrade
147147
run: dart pub upgrade
@@ -167,7 +167,7 @@ jobs:
167167
runs-on: ubuntu-latest
168168
steps:
169169
- name: Cache Pub hosted dependencies
170-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
170+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
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"
@@ -182,7 +182,7 @@ jobs:
182182
sdk: dev
183183
- id: checkout
184184
name: Checkout repository
185-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
185+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
186186
- id: build_cli_pub_upgrade
187187
name: build_cli; dart pub upgrade
188188
run: dart pub upgrade
@@ -208,7 +208,7 @@ jobs:
208208
runs-on: ubuntu-latest
209209
steps:
210210
- name: Cache Pub hosted dependencies
211-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
211+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
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"
@@ -223,7 +223,7 @@ jobs:
223223
sdk: "3.9.0"
224224
- id: checkout
225225
name: Checkout repository
226-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
226+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
227227
- id: build_cli_pub_upgrade
228228
name: build_cli; dart pub upgrade
229229
run: dart pub upgrade
@@ -244,7 +244,7 @@ jobs:
244244
runs-on: ubuntu-latest
245245
steps:
246246
- name: Cache Pub hosted dependencies
247-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
247+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
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"
@@ -259,7 +259,7 @@ jobs:
259259
sdk: "3.9.0"
260260
- id: checkout
261261
name: Checkout repository
262-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
262+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
263263
- id: build_cli_pub_upgrade
264264
name: build_cli; dart pub upgrade
265265
run: dart pub upgrade
@@ -280,7 +280,7 @@ jobs:
280280
runs-on: ubuntu-latest
281281
steps:
282282
- name: Cache Pub hosted dependencies
283-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
283+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
284284
with:
285285
path: "~/.pub-cache/hosted"
286286
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:build_cli;commands:test_1"
@@ -295,7 +295,7 @@ jobs:
295295
sdk: dev
296296
- id: checkout
297297
name: Checkout repository
298-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
298+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
299299
- id: build_cli_pub_upgrade
300300
name: build_cli; dart pub upgrade
301301
run: dart pub upgrade
@@ -316,7 +316,7 @@ jobs:
316316
runs-on: ubuntu-latest
317317
steps:
318318
- name: Cache Pub hosted dependencies
319-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
319+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
320320
with:
321321
path: "~/.pub-cache/hosted"
322322
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:build_cli;commands:test_0"
@@ -331,7 +331,7 @@ jobs:
331331
sdk: dev
332332
- id: checkout
333333
name: Checkout repository
334-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
334+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
335335
- id: build_cli_pub_upgrade
336336
name: build_cli; dart pub upgrade
337337
run: dart pub upgrade

0 commit comments

Comments
 (0)