Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v46
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Update the version comment to reflect v47.

The inline comment still references # v46, but this PR upgrades to v47.0.1. This inconsistency will cause confusion for future maintainers.

🔎 Proposed fix
-        uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v46
+        uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v46
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
🤖 Prompt for AI Agents
.github/workflows/release.yml around line 23: update the inline version comment
after the uses: line to reflect the upgraded action version (change “# v46” to
“# v47” or “# v47.0.1” to match the PR). Ensure the comment matches the actual
action version to avoid confusion for future maintainers.

with:
# Limit the scope of the changed files to only those in the packages directory
files: packages/**
Expand Down
Loading