diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index de28e5c..50c9eac 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -20,7 +20,7 @@ jobs: uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4 - name: 'Setup node' - uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4 + uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' # ratchet:actions/setup-node@v4 with: node-version: '22.x' @@ -72,7 +72,7 @@ jobs: core.setOutput('release_notes', releaseNotes) - name: 'Create/Update Pull Request' - uses: 'abcxyz/pkg/.github/actions/create-pull-request@main' # ratchet:exclude + uses: 'abcxyz/actions/.github/actions/create-pull-request@main' # ratchet:exclude with: token: '${{ secrets.ACTIONS_BOT_TOKEN }}' base_branch: '${{ github.ref_name }}' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 913097d..bf4a8ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: steps: - name: 'Create release' id: 'create-release' - uses: 'abcxyz/pkg/.github/actions/create-release@main' # ratchet:exclude + uses: 'abcxyz/actions/.github/actions/create-release@main' # ratchet:exclude with: github_token: '${{ secrets.ACTIONS_BOT_TOKEN }}' expected_email: '72759630+google-github-actions-bot@users.noreply.github.com'