Commit 4fa4760 1 parent a32c9ad commit 4fa4760 Copy full SHA for 4fa4760
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
run : bash ./.github/scripts/check-changeset-tags.sh ${{ steps.files-changed.outputs.core-changeset_files }}
66
66
67
67
- name : Setup pnpm
68
- uses : pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3 .0.0
68
+ uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4 .0.0
69
69
if : ${{ steps.files-changed.outputs.core == 'true' || steps.files-changed.outputs.shared == 'true' }}
70
70
with :
71
71
version : ^8.0.0
Original file line number Diff line number Diff line change 28
28
- '.changeset/**'
29
29
30
30
- name : Setup pnpm
31
- uses : pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3 .0.0
31
+ uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4 .0.0
32
32
if : steps.change.outputs.core-changeset == 'true'
33
33
with :
34
34
version : ^8.0.0
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
19
19
20
- - uses : pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3 .0.0
20
+ - uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4 .0.0
21
21
with :
22
22
version : ^8.0.0
23
23
You can’t perform that action at this time.
0 commit comments