Skip to content

Commit a5aa053

Browse files
Bump actions/cache from 4.2.2 to 4.2.3 in the github-actions group (#211)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 38734ff commit a5aa053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart_mcp_server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3838
- name: Cache Pub hosted dependencies
39-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
39+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
4040
with:
4141
path: "~/.pub-cache/hosted"
4242
key: "pub-cache-hosted;${{ matrix.flutterSdk }};${{ matrix.os }}"
4343
- name: Cache Pub sdk git dependency
44-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
44+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
4545
with:
4646
path: "~/.pub-cache/git/sdk-b0838eac58308fc4e6654ca99eda75b30649c08f/"
4747
key: "pub-cache-git;${{ matrix.flutterSdk }};${{ matrix.os }}"

0 commit comments

Comments
 (0)