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 1313 - ' 22'
1414 steps :
1515 - uses : actions/checkout@v4
16- - uses : pnpm/action-setup@v4
16+ - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
1717 with :
1818 version : 9
1919 - uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16- - uses : pnpm/action-setup@v4
16+ - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
1717 with :
1818 version : 9
1919 - uses : actions/setup-node@v4
3838 run : echo "version=$(cat package.json | jq -r .version)" >> $GITHUB_OUTPUT
3939 # まだ tag がないバージョンなら tag を push する
4040 - name : publish tag
41- uses : pkgdeps/git-tag-action@v3
41+ uses : pkgdeps/git-tag-action@ef111413f44ebe5cc05994e7f5b5b9edaaada08d # v3
4242 with :
4343 github_token : ${{ secrets.GITHUB_TOKEN }}
4444 github_repo : ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments