Skip to content

Commit 1efda5a

Browse files
build(deps): bump actions/cache from 4.0.0 to 4.0.1 (#454)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@13aacd8...ab5e6d0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b55ad68 commit 1efda5a

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/conformance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Cache Pub hosted dependencies
20-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
20+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
2121
with:
2222
path: "~/.pub-cache/hosted"
2323
key: "os:ubuntu-latest;pub-cache-hosted;dart:2.10.0;"

.github/workflows/lint.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Cache Pub hosted dependencies
23-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
23+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
2424
with:
2525
path: "~/.pub-cache/hosted"
2626
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Cache Pub hosted dependencies
46-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
46+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
4747
with:
4848
path: "~/.pub-cache/hosted"
4949
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/fullstack/frontend-cli-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework-functions_framework_builder-google_cloud;commands:analyze_1"
@@ -181,7 +181,7 @@ jobs:
181181
runs-on: ubuntu-latest
182182
steps:
183183
- name: Cache Pub hosted dependencies
184-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
184+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
185185
with:
186186
path: "~/.pub-cache/hosted"
187187
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/fullstack/frontend-cli-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework-functions_framework_builder-google_cloud-integration_test;commands:format-analyze_0"
@@ -384,7 +384,7 @@ jobs:
384384
runs-on: ubuntu-latest
385385
steps:
386386
- name: Cache Pub hosted dependencies
387-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
387+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
388388
with:
389389
path: "~/.pub-cache/hosted"
390390
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:integration_test;commands:analyze_1"
@@ -414,7 +414,7 @@ jobs:
414414
runs-on: ubuntu-latest
415415
steps:
416416
- name: Cache Pub hosted dependencies
417-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
417+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
418418
with:
419419
path: "~/.pub-cache/hosted"
420420
key: "os:ubuntu-latest;pub-cache-hosted;sdk:master;packages:examples/fullstack/frontend;commands:format-analyze_2"
@@ -448,7 +448,7 @@ jobs:
448448
runs-on: ubuntu-latest
449449
steps:
450450
- name: Cache Pub hosted dependencies
451-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
451+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
452452
with:
453453
path: "~/.pub-cache/hosted"
454454
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:examples/fullstack/frontend;commands:analyze_3"

.github/workflows/unit.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Cache Pub hosted dependencies
23-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
23+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
2424
with:
2525
path: "~/.pub-cache/hosted"
2626
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0;packages:dartfn-functions_framework_builder-google_cloud-integration_test;commands:test_0"
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
steps:
7979
- name: Cache Pub hosted dependencies
80-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
80+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
8181
with:
8282
path: "~/.pub-cache/hosted"
8383
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0;packages:google_cloud;commands:command"
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
steps:
109109
- name: Cache Pub hosted dependencies
110-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
110+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
111111
with:
112112
path: "~/.pub-cache/hosted"
113113
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework_builder-google_cloud-integration_test;commands:test_0"
@@ -236,7 +236,7 @@ jobs:
236236
runs-on: ubuntu-latest
237237
steps:
238238
- name: Cache Pub hosted dependencies
239-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
239+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
240240
with:
241241
path: "~/.pub-cache/hosted"
242242
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-functions_framework-integration_test;commands:test_1"
@@ -284,7 +284,7 @@ jobs:
284284
runs-on: macos-latest
285285
steps:
286286
- name: Cache Pub hosted dependencies
287-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
287+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
288288
with:
289289
path: "~/.pub-cache/hosted"
290290
key: "os:macos-latest;pub-cache-hosted;sdk:3.0.0;packages:google_cloud;commands:test_0"
@@ -314,7 +314,7 @@ jobs:
314314
runs-on: macos-latest
315315
steps:
316316
- name: Cache Pub hosted dependencies
317-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
317+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
318318
with:
319319
path: "~/.pub-cache/hosted"
320320
key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:google_cloud;commands:test_0"

0 commit comments

Comments
 (0)