Skip to content

Commit acef0b3

Browse files
authored
pin release actions versions
1 parent 9420277 commit acef0b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Release Canary
4040
id: canary
41-
uses: 'the-guild-org/changesets-snapshot-action@main'
41+
uses: 'the-guild-org/changesets-snapshot-action@v0.0.1'
4242
with:
4343
tag: alpha
4444
prepareScript: 'yarn build'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Create Release Pull Request or Publish to npm
3939
id: changesets
40-
uses: dotansimha/changesets-action@1bd10e16a393db098c8f537c719621962c0d5571
40+
uses: dotansimha/changesets-action@v1.3.1
4141
with:
4242
publish: 'yarn release'
4343
commit: 'chore(release): update monorepo packages versions'

0 commit comments

Comments
 (0)