Skip to content

Commit 690cdf7

Browse files
chore(deps): update actions/cache action to v4 (#76)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f94cf1 commit 690cdf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14-
- uses: actions/cache@v2
14+
- uses: actions/cache@v4
1515
name: "Cache Derived Data"
1616
with:
1717
path: |
@@ -21,7 +21,7 @@ jobs:
2121
restore-keys: |
2222
${{ runner.os }}-derivedData-cache-
2323
24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v4
2525
with:
2626
path: Pods
2727
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}

0 commit comments

Comments
 (0)