Skip to content

Commit 0b2c3cc

Browse files
authored
Update GitHub action version in the Readability workflow (#3260)
## Pull Request Info Resolves a Dependabot security vulnerability.
1 parent 1c270ed commit 0b2c3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/readability.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515
- name: Get changed files.
1616
id: changed-files
17-
uses: tj-actions/changed-files@v40
17+
uses: tj-actions/changed-files@v44
1818
with:
1919
files: source/sdk/**
2020
- name: List changed files (debugging log statement).

0 commit comments

Comments
 (0)