Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand All @@ -121,7 +121,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pubcache-
- name: Cache AppImage tools
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.cache/echo-appimage-tools
key: appimage-tools-v1
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand All @@ -204,7 +204,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pubcache-
- name: Cache Gradle
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand All @@ -254,7 +254,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pubcache-
- name: Cache CocoaPods
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
apps/client/ios/Pods
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand All @@ -292,7 +292,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pubcache-
- name: Cache CocoaPods
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
apps/client/macos/Pods
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand Down Expand Up @@ -467,7 +467,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand All @@ -151,7 +151,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pubcache-
- name: Cache Gradle
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.gradle/caches
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand All @@ -322,7 +322,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pubcache-
- name: Cache AppImage tools
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.cache/echo-appimage-tools
key: appimage-tools-v1
Expand Down Expand Up @@ -608,7 +608,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand Down Expand Up @@ -686,7 +686,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand All @@ -695,7 +695,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pubcache-
- name: Cache Gradle
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -757,7 +757,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand All @@ -766,7 +766,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pubcache-
- name: Cache CocoaPods
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
apps/client/ios/Pods
Expand Down Expand Up @@ -920,7 +920,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand All @@ -929,7 +929,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pubcache-
- name: Cache CocoaPods
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
apps/client/macos/Pods
Expand Down Expand Up @@ -1046,7 +1046,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
shared-key: security-nightly
- name: Cache cargo-audit + cargo-deny binaries
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/bin/cargo-audit
Expand Down