Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 1978d23 commit 0523e85
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/flutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: bluefireteam/melos-action@v2
- run: melos generate
- run: melos gen-l10n
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: .
key: ${{ runner.os }}-repo-${{ github.sha }}-generated
Expand All @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Restore repository cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .
key: ${{ runner.os }}-repo-${{ github.sha }}-generated
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Restore repository cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .
key: ${{ runner.os }}-repo-${{ github.sha }}-generated
Expand All @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Restore repository cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .
key: ${{ runner.os }}-repo-${{ github.sha }}-generated
Expand All @@ -79,7 +79,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Restore repository cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .
key: ${{ runner.os }}-repo-${{ github.sha }}-generated
Expand Down

0 comments on commit 0523e85

Please sign in to comment.