From 278c9e1cfddbc949f0021824bef6382d0941ae95 Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Wed, 10 Aug 2022 08:55:54 +0300 Subject: [PATCH] Use pinned version of changesets-canary action (#187) Co-authored-by: github-actions[bot] --- .github/workflows/canary.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index a5a908a5..03ed307d 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -26,7 +26,7 @@ jobs: - name: Release Canary id: canary - uses: 'the-guild-org/changesets-snapshot-action@main' + uses: 'the-guild-org/changesets-snapshot-action@v0.0.1' with: tag: alpha prepareScript: 'yarn build' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77649dd6..84a25004 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Create Release Pull Request or Publish to npm id: changesets - uses: dotansimha/changesets-action@1bd10e16a393db098c8f537c719621962c0d5571 + uses: dotansimha/changesets-action@v1.3.1 with: publish: yarn release commit: 'chore(release): update monorepo packages versions'