Skip to content

Commit eb75074

Browse files
committed
fix(ccache): use v1 tag instead of being specific
1 parent 615fa8b commit eb75074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ runs:
138138
echo "SCCACHE_CACHE_MULTIARCH=1" >> $GITHUB_ENV
139139
140140
- name: Setup sccache
141-
uses: hendrikmuhs/ccache-action@v1.2.17
141+
uses: hendrikmuhs/ccache-action@v1
142142
with:
143143
variant: ${{ inputs.ccache-variant }}
144144
key: ${{ steps.platform.outputs.target_id }}-v1

0 commit comments

Comments
 (0)