Skip to content

Commit 8d1c4e1

Browse files
authored
Update snapit.yml to use v0.0.14 (#13668)
Ensure that breaking changes to snap it do not break this package on release to `main`
1 parent fa4213d commit 8d1c4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: pnpm/action-setup@v3
2020

2121
- name: Create snapshot
22-
uses: Shopify/snapit@main
22+
uses: Shopify/snapit@v0.0.14
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)