Skip to content
Open
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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: 🌐 Disable analytics
run: flutter --disable-analytics
- name: ⚙️ Cache generated files
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: |
.dart_tool/
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
- name: 🌐 Disable analytics
run: flutter --disable-analytics
- name: ⚙️ Cache generated files
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: |
.dart_tool/
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- name: 🌐 Disable analytics
run: flutter --disable-analytics
- name: ⚙️ Cache generated files
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: |
.dart_tool/
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
- name: 🌐 Disable analytics
run: flutter --disable-analytics
- name: ⚙️ Cache generated files
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: |
.dart_tool/
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
persist-credentials: false
set-safe-directory: true
- name: ⚙️ Restore lychee cache
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
Expand Down
Loading