Skip to content

Commit 8606937

Browse files
committed
test(ci): ccache-action has a floating v1 tag now, use it
1 parent 6ab130f commit 8606937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_e2e_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
key: ${{ runner.os }}-detox-framework-cache-${{ steps.workflow-variables.outputs.xcode-version }}
7777

7878
# Detox is compiled during yarn install, using Xcode, set up cache first
79-
- uses: hendrikmuhs/ccache-action@v1.2
79+
- uses: hendrikmuhs/ccache-action@v1
8080
name: Xcode Compile Cache
8181
with:
8282
key: ${{ runner.os }}-v2 # makes a unique key w/related restore key internally

0 commit comments

Comments
 (0)