File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- 13+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1414 with :
1515 fetch-depth : 0
1616 - name : build fields
Original file line number Diff line number Diff line change 88 deploy :
99 runs-on : ubuntu-latest
1010 steps :
11- 11+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1212 with :
1313 fetch-depth : 0
1414
2525 run : echo "::set-output name=tag::${GITHUB_REF##*/}"
2626
2727 - name : Deploy JSON Schema for version ${{ env.GITHUB_REF }}
28- 28+ uses : peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
2929 with :
3030 github_token : ${{ secrets.GITHUB_TOKEN }}
3131 publish_dir : extensions
Original file line number Diff line number Diff line change 66 test :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : linz/action-typescript@v3
9+ - uses : linz/action-typescript@dee99184c4305aea6c380a52db9b2d7abaaa3e78 # v3
You can’t perform that action at this time.
0 commit comments