Skip to content

Commit b0304b7

Browse files
committed
Resolve actions/cache version
1 parent 41e520a commit b0304b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
pubspec-file-path: code/pubspec.yaml
3737
- name: Cache Flutter
3838
id: flutter-cache
39-
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353
39+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
4040
with:
4141
path: flutter
4242
key: ${{ env.cache-name }}-ubuntu-latest-${{ steps.get-flutter-version.outputs.version }}-${{ hashFiles('code/pubspec.lock') }}

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
pubspec-file-path: code/pubspec.yaml
4646
- name: Cache Flutter
4747
id: flutter-cache
48-
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353
48+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
4949
with:
5050
path: flutter
5151
key: ${{ env.cache-name }}-ubuntu-latest-${{ steps.get-flutter-version.outputs.version }}-${{ hashFiles('code/pubspec.lock') }}
@@ -123,7 +123,7 @@ jobs:
123123
pubspec-file-path: code/pubspec.yaml
124124
- name: Cache Flutter
125125
id: flutter-cache
126-
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353
126+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
127127
with:
128128
path: flutter
129129
key: ${{ env.cache-name }}-${{ matrix.os }}-${{ steps.get-flutter-version.outputs.version }}-${{ hashFiles('code/pubspec.lock') }}

0 commit comments

Comments
 (0)