We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4766f62 + a97d8e9 commit 6013cdeCopy full SHA for 6013cde
1 file changed
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/checkout@v3
34
with:
35
submodules: false
36
- fetch-depth: 0
+ fetch-depth: 1
37
- name: Set up Python 3
38
uses: actions/setup-python@v4
39
@@ -138,7 +138,7 @@ jobs:
138
- name: Get changes
139
id: get-changes
140
if: github.event_name == 'pull_request'
141
- uses: tj-actions/changed-files@v34.5.3
+ uses: tj-actions/changed-files@v34
142
143
json: true
144
sha: ${{ steps.get-last-commit-with-checks.outputs.commit && github.event.after }}
0 commit comments