Skip to content

Commit a3df4ec

Browse files
authored
Update workflow references (#39)
1 parent 919b586 commit a3df4ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/draft-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

@@ -72,7 +72,7 @@ jobs:
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 }}'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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'

0 commit comments

Comments
 (0)