We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf6ac3 commit 0f459e5Copy full SHA for 0f459e5
2 files changed
.github/workflows/release_notes.yml
@@ -33,7 +33,7 @@ jobs:
33
python-version: "${{ env.PYTHON_VERSION }}"
34
- name: Get release note files
35
id: changed-files
36
- uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
+ uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6
37
with:
38
files: releasenotes/notes/*.yaml
39
.github/workflows/tests.yml
@@ -159,7 +159,7 @@ jobs:
159
fetch-depth: 0
160
- name: Get changed files
161
id: files
162
163
164
files: |
165
**/*.py
0 commit comments