Skip to content

Commit f56d36c

Browse files
Bump actions/cache from 5.0.4 to 5.0.5
Bumps [actions/cache](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e5e901 commit f56d36c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/eval.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
GEMINI_API_KEY: ${{ secrets.REPO_GEMINI_API_KEY }}
5050
run: flutter test --dart-define=GEMINI_API_KEY=$GEMINI_API_KEY
5151
- name: Cache dependencies
52-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
52+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
5353
with:
5454
path: ${{ env.PUB_CACHE }}
5555
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }}

.github/workflows/flutter_packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
- name: Print Flutter version
143143
run: flutter --version
144144
- name: Cache Pub dependencies
145-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
145+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
146146
with:
147147
path: ${{ env.PUB_CACHE }}
148148
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }}

0 commit comments

Comments
 (0)