Skip to content

Commit 9983e7b

Browse files
Bump actions/cache from 4.2.2 to 4.2.3 in the dependencies group (#172)
Bumps the dependencies group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) --- updated-dependencies: - dependency-name: actions/cache 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 c829b13 commit 9983e7b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/dart.yml

Lines changed: 7 additions & 7 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@d4323d4df104b026a6aa633fdb11d772146be0bf
24+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
2525
with:
2626
path: "~/.pub-cache/hosted"
2727
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Cache Pub hosted dependencies
47-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
47+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
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"
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
steps:
8787
- name: Cache Pub hosted dependencies
88-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
88+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
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"
@@ -126,7 +126,7 @@ jobs:
126126
runs-on: ubuntu-latest
127127
steps:
128128
- name: Cache Pub hosted dependencies
129-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
129+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
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"
@@ -167,7 +167,7 @@ jobs:
167167
runs-on: ubuntu-latest
168168
steps:
169169
- name: Cache Pub hosted dependencies
170-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
170+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
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"
@@ -208,7 +208,7 @@ jobs:
208208
runs-on: ubuntu-latest
209209
steps:
210210
- name: Cache Pub hosted dependencies
211-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
211+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
212212
with:
213213
path: "~/.pub-cache/hosted"
214214
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:build_cli;commands:test"
@@ -244,7 +244,7 @@ jobs:
244244
runs-on: ubuntu-latest
245245
steps:
246246
- name: Cache Pub hosted dependencies
247-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
247+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
248248
with:
249249
path: "~/.pub-cache/hosted"
250250
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:build_cli;commands:test"

0 commit comments

Comments
 (0)