Skip to content

Commit f753f04

Browse files
committed
fix(ci): Extra security issues (#2183)
1 parent 32f1959 commit f753f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-canary.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pnpm config set script-shell "/usr/bin/bash"
3434
3535
- name: pnpm Cache
36-
uses: buildjet/cache@v4
36+
uses: buildjet/cache@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4
3737
with:
3838
path: |
3939
~/.pnpm-store
@@ -53,7 +53,7 @@ jobs:
5353
run: pnpm canary:enter
5454

5555
- name: Create Release Pull Request
56-
uses: changesets/action@v1
56+
uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc
5757
with:
5858
version: pnpm run version
5959
publish: pnpm run release

0 commit comments

Comments
 (0)