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 2020 uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
2121
2222 - name : ' Setup node'
23- uses : ' actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a ' # ratchet:actions/setup-node@v4
23+ uses : ' actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 ' # ratchet:actions/setup-node@v4
2424 with :
2525 node-version : ' 22.x'
2626
7272 core.setOutput('release_notes', releaseNotes)
7373
7474 - name : ' Create/Update Pull Request'
75- uses : ' abcxyz/pkg /.github/actions/create-pull-request@main' # ratchet:exclude
75+ uses : ' abcxyz/actions /.github/actions/create-pull-request@main' # ratchet:exclude
7676 with :
7777 token : ' ${{ secrets.ACTIONS_BOT_TOKEN }}'
7878 base_branch : ' ${{ github.ref_name }}'
Original file line number Diff line number Diff line change 1818 steps :
1919 - name : ' Create release'
2020 id : ' create-release'
21- uses : ' abcxyz/pkg /.github/actions/create-release@main' # ratchet:exclude
21+ uses : ' abcxyz/actions /.github/actions/create-release@main' # ratchet:exclude
2222 with :
2323 github_token : ' ${{ secrets.ACTIONS_BOT_TOKEN }}'
2424 expected_email : ' 72759630+google-github-actions-bot@users.noreply.github.com'
You can’t perform that action at this time.
0 commit comments