Skip to content

Commit 6fe9a40

Browse files
Bump actions/cache from 3.2.4 to 3.3.1 (#651)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.3.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@627f0f4...88522ab) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f870840 commit 6fe9a40

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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
24+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
47+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
4848
with:
4949
path: "~/.pub-cache/hosted"
5050
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.18.0;packages:source_gen;commands:analyze_1"
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- name: Cache Pub hosted dependencies
77-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
77+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
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"
@@ -147,7 +147,7 @@ jobs:
147147
runs-on: ubuntu-latest
148148
steps:
149149
- name: Cache Pub hosted dependencies
150-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
150+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
151151
with:
152152
path: "~/.pub-cache/hosted"
153153
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.18.0;packages:example_usage;commands:test_0"
@@ -181,7 +181,7 @@ jobs:
181181
runs-on: ubuntu-latest
182182
steps:
183183
- name: Cache Pub hosted dependencies
184-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
184+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
185185
with:
186186
path: "~/.pub-cache/hosted"
187187
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.18.0;packages:source_gen;commands:test_1"
@@ -215,7 +215,7 @@ jobs:
215215
runs-on: ubuntu-latest
216216
steps:
217217
- name: Cache Pub hosted dependencies
218-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
218+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
219219
with:
220220
path: "~/.pub-cache/hosted"
221221
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:example_usage;commands:test_0"
@@ -249,7 +249,7 @@ jobs:
249249
runs-on: ubuntu-latest
250250
steps:
251251
- name: Cache Pub hosted dependencies
252-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
252+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
253253
with:
254254
path: "~/.pub-cache/hosted"
255255
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:source_gen;commands:test_1"

0 commit comments

Comments
 (0)