Skip to content

Commit c9578ca

Browse files
chore(deps): update rharkor/caching-for-turbo digest to 8434baa
1 parent 6920dcc commit c9578ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/preview-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: steps.pnpm-cache.outputs.cache-hit != 'true'
3434
run: pnpm install --frozen-lockfile
3535
- name: turborepo Cache
36-
uses: rharkor/caching-for-turbo@a1c4079258ae08389be75b57d4d7a70f23c1c66d
36+
uses: rharkor/caching-for-turbo@8434baaaec555ed7ef66132f2e8a09e65ec68c19
3737
with:
3838
cache-prefix: ${{ runner.os }}-turbo-
3939
provider: github

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: steps.pnpm-cache.outputs.cache-hit != 'true'
3939
run: pnpm install --frozen-lockfile
4040
- name: turborepo Cache
41-
uses: rharkor/caching-for-turbo@a1c4079258ae08389be75b57d4d7a70f23c1c66d
41+
uses: rharkor/caching-for-turbo@8434baaaec555ed7ef66132f2e8a09e65ec68c19
4242
with:
4343
cache-prefix: ${{ runner.os }}-turbo-
4444
provider: github

0 commit comments

Comments
 (0)