Skip to content

Commit 2d25681

Browse files
committed
fix: update caching action to rharkor/[email protected] for improved performance
1 parent fb7c44c commit 2d25681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions/node-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919

2020
- name: enable turbo cache
2121
if: ${{ inputs.turbo-cache == 'true' }}
22-
uses: dtinth/setup-github-actions-caching-for-turbo@v1
22+
uses: rharkor/caching-for-turbo@v2.2.5
2323
with:
2424
cache-prefix: ${{ runner.os }}-node-${{ inputs.node-version }}_
2525

0 commit comments

Comments
 (0)