Skip to content

Commit b48aa3e

Browse files
committed
Update tag comment for check-for-changed-files action
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 8d0fa20 commit b48aa3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_notes_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Check for a release notes update
2222
if: github.event_name == 'pull_request'
23-
uses: brettcannon/check-for-changed-files@4170644959a21843b31f1181f2a1761d65ef4791 # v1.1.1
23+
uses: brettcannon/check-for-changed-files@4170644959a21843b31f1181f2a1761d65ef4791 # v1.2.0
2424
with:
2525
file-pattern: "RELEASE_NOTES.md"
2626
prereq-pattern: "src/**"

0 commit comments

Comments
 (0)