Skip to content

Commit 53b3919

Browse files
committed
Update to latest release-comment-acton workflow
1 parent 7653f0f commit 53b3919

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-comment-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
# IMPORTANT: if you make changes here, also make them in release.yml
3434
- name: 📝 Comment on related issues and pull requests
35-
uses: remix-run/[email protected].0
35+
uses: remix-run/[email protected].1
3636
with:
3737
DRY_RUN: ${{ github.event.inputs.dryRun }}
3838
DIRECTORY_TO_CHECK: "./packages"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130

131131
# IMPORTANT: if you make changes here, also make them in release-comment-manual.yml
132132
- name: 📝 Comment on related issues and pull requests
133-
uses: remix-run/[email protected].0
133+
uses: remix-run/[email protected].1
134134
with:
135135
DIRECTORY_TO_CHECK: "./packages"
136136
PACKAGE_NAME: "react-router"

0 commit comments

Comments
 (0)