Skip to content

Commit 43a0039

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [actions/checkout](https://github.com/actions/checkout). Updates `actions/cache` from 4.0.2 to 4.1.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c45773...6849a64) Updates `actions/checkout` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...11bd719) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 936fb07 commit 43a0039

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/dart.yml

Lines changed: 16 additions & 16 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
24+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
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@d632683dd7b4114ad314bca15554477dd762a938
37+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3838
- name: mono_repo self validate
3939
run: dart pub global activate mono_repo 6.6.2
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
47+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
4848
with:
4949
path: "~/.pub-cache/hosted"
5050
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev;packages:source_gen;commands:analyze_1"
@@ -59,7 +59,7 @@ jobs:
5959
sdk: "3.6.0-270.0.dev"
6060
- id: checkout
6161
name: Checkout repository
62-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
62+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6363
- id: source_gen_pub_upgrade
6464
name: source_gen; dart pub upgrade
6565
run: dart pub upgrade
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- name: Cache Pub hosted dependencies
77-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
77+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
7878
with:
7979
path: "~/.pub-cache/hosted"
8080
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_annotations-example-example_usage-source_gen;commands:format-analyze_0"
@@ -89,7 +89,7 @@ jobs:
8989
sdk: dev
9090
- id: checkout
9191
name: Checkout repository
92-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
92+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
9393
- id: _test_annotations_pub_upgrade
9494
name: _test_annotations; dart pub upgrade
9595
run: dart pub upgrade
@@ -147,7 +147,7 @@ jobs:
147147
runs-on: ubuntu-latest
148148
steps:
149149
- name: Cache Pub hosted dependencies
150-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
150+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
151151
with:
152152
path: "~/.pub-cache/hosted"
153153
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev;packages:example_usage;commands:test_0"
@@ -162,7 +162,7 @@ jobs:
162162
sdk: "3.6.0-270.0.dev"
163163
- id: checkout
164164
name: Checkout repository
165-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
165+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
166166
- id: example_usage_pub_upgrade
167167
name: example_usage; dart pub upgrade
168168
run: dart pub upgrade
@@ -181,7 +181,7 @@ jobs:
181181
runs-on: ubuntu-latest
182182
steps:
183183
- name: Cache Pub hosted dependencies
184-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
184+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
185185
with:
186186
path: "~/.pub-cache/hosted"
187187
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev;packages:source_gen;commands:test_1"
@@ -196,7 +196,7 @@ jobs:
196196
sdk: "3.6.0-270.0.dev"
197197
- id: checkout
198198
name: Checkout repository
199-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
199+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
200200
- id: source_gen_pub_upgrade
201201
name: source_gen; dart pub upgrade
202202
run: dart pub upgrade
@@ -215,7 +215,7 @@ jobs:
215215
runs-on: ubuntu-latest
216216
steps:
217217
- name: Cache Pub hosted dependencies
218-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
218+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
219219
with:
220220
path: "~/.pub-cache/hosted"
221221
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:example_usage;commands:test_0"
@@ -230,7 +230,7 @@ jobs:
230230
sdk: dev
231231
- id: checkout
232232
name: Checkout repository
233-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
233+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
234234
- id: example_usage_pub_upgrade
235235
name: example_usage; dart pub upgrade
236236
run: dart pub upgrade
@@ -249,7 +249,7 @@ jobs:
249249
runs-on: ubuntu-latest
250250
steps:
251251
- name: Cache Pub hosted dependencies
252-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
252+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
253253
with:
254254
path: "~/.pub-cache/hosted"
255255
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:source_gen;commands:test_1"
@@ -264,7 +264,7 @@ jobs:
264264
sdk: dev
265265
- id: checkout
266266
name: Checkout repository
267-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
267+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
268268
- id: source_gen_pub_upgrade
269269
name: source_gen; dart pub upgrade
270270
run: dart pub upgrade
@@ -288,7 +288,7 @@ jobs:
288288
sdk: "3.6.0-270.0.dev"
289289
- id: checkout
290290
name: Checkout repository
291-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
291+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
292292
- id: source_gen_pub_upgrade
293293
name: source_gen; dart pub upgrade
294294
run: dart pub upgrade
@@ -312,7 +312,7 @@ jobs:
312312
sdk: dev
313313
- id: checkout
314314
name: Checkout repository
315-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
315+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
316316
- id: source_gen_pub_upgrade
317317
name: source_gen; dart pub upgrade
318318
run: dart pub upgrade

0 commit comments

Comments
 (0)