Skip to content

Commit 71b75a3

Browse files
Merge pull request #885 from juliansteenbakker/dependabot/github_actions/actions/cache-4
chore(deps): bump actions/cache from 3 to 4
2 parents 06db2ce + e3479f2 commit 71b75a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Cache Pub Dependencies
3030
- name: 📦 Cache Pub Dependencies
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
with:
3333
path: |
3434
~/.pub-cache

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: flutter doctor -v
2929

3030
- name: 📦 Cache Pub Dependencies
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
with:
3333
path: |
3434
~/.pub-cache

0 commit comments

Comments
 (0)