Skip to content

Commit b5b98cd

Browse files
build(deps): bump actions/cache in the dependencies group (#524)
Bumps the dependencies group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 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 5699bdf commit b5b98cd

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
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@668228422ae6a00e4ad889ee87cd7109ec5666a7
20+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
2121
with:
2222
path: "~/.pub-cache/hosted"
2323
key: "os:ubuntu-latest;pub-cache-hosted;dart:2.10.0;"

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
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@668228422ae6a00e4ad889ee87cd7109ec5666a7
23+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
2424
with:
2525
path: "~/.pub-cache/hosted"
2626
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:examples/fullstack/backend-examples/fullstack/frontend-cli-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework-functions_framework_builder;commands:analyze_1"
@@ -113,7 +113,7 @@ jobs:
113113
runs-on: ubuntu-latest
114114
steps:
115115
- name: Cache Pub hosted dependencies
116-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
116+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
117117
with:
118118
path: "~/.pub-cache/hosted"
119119
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:examples/fullstack/backend-examples/fullstack/frontend-cli-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework-functions_framework_builder-integration_test;commands:format-analyze_0"
@@ -251,7 +251,7 @@ jobs:
251251
runs-on: ubuntu-latest
252252
steps:
253253
- name: Cache Pub hosted dependencies
254-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
254+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
255255
with:
256256
path: "~/.pub-cache/hosted"
257257
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:integration_test;commands:analyze_1"
@@ -281,7 +281,7 @@ jobs:
281281
runs-on: ubuntu-latest
282282
steps:
283283
- name: Cache Pub hosted dependencies
284-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
284+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
285285
with:
286286
path: "~/.pub-cache/hosted"
287287
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:examples/fullstack/frontend;commands:format-analyze_2"

.github/workflows/unit.yml

Lines changed: 3 additions & 3 deletions
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@668228422ae6a00e4ad889ee87cd7109ec5666a7
23+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
2424
with:
2525
path: "~/.pub-cache/hosted"
2626
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:functions_framework_builder-integration_test;commands:test_0"
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
steps:
6161
- name: Cache Pub hosted dependencies
62-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
62+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
6363
with:
6464
path: "~/.pub-cache/hosted"
6565
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:examples/fullstack/backend-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework_builder-integration_test;commands:test_0"
@@ -143,7 +143,7 @@ jobs:
143143
runs-on: ubuntu-latest
144144
steps:
145145
- name: Cache Pub hosted dependencies
146-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
146+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
147147
with:
148148
path: "~/.pub-cache/hosted"
149149
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:functions_framework-integration_test;commands:test_1"

0 commit comments

Comments
 (0)