File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
- ' 22'
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - uses : pnpm/action-setup@v4
16
+ - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
17
17
with :
18
18
version : 9
19
19
- uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - uses : pnpm/action-setup@v4
16
+ - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
17
17
with :
18
18
version : 9
19
19
- uses : actions/setup-node@v4
38
38
run : echo "version=$(cat package.json | jq -r .version)" >> $GITHUB_OUTPUT
39
39
# まだ tag がないバージョンなら tag を push する
40
40
- name : publish tag
41
- uses : pkgdeps/git-tag-action@v3
41
+ uses : pkgdeps/git-tag-action@ef111413f44ebe5cc05994e7f5b5b9edaaada08d # v3
42
42
with :
43
43
github_token : ${{ secrets.GITHUB_TOKEN }}
44
44
github_repo : ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments