Skip to content

Commit 3e2ac72

Browse files
Bump actions/cache from 4.0.0 to 4.0.1
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>
1 parent 0aca7cc commit 3e2ac72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dart.yml

+5-5
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.3.0;packages:packages/code_excerpt_updater-packages/code_excerpter-packages/inject_dartpad;commands:format-analyze"
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-latest
104104
steps:
105105
- name: Cache Pub hosted dependencies
106-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
106+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
107107
with:
108108
path: "~/.pub-cache/hosted"
109109
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:packages/code_excerpt_updater-packages/code_excerpter-packages/inject_dartpad;commands:format-analyze"
@@ -163,7 +163,7 @@ jobs:
163163
runs-on: ubuntu-latest
164164
steps:
165165
- name: Cache Pub hosted dependencies
166-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
166+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
167167
with:
168168
path: "~/.pub-cache/hosted"
169169
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:packages/code_excerpt_updater-packages/code_excerpter;commands:test"
@@ -206,7 +206,7 @@ jobs:
206206
runs-on: ubuntu-latest
207207
steps:
208208
- name: Cache Pub hosted dependencies
209-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
209+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
210210
with:
211211
path: "~/.pub-cache/hosted"
212212
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:packages/code_excerpt_updater-packages/code_excerpter;commands:test"

0 commit comments

Comments
 (0)