Skip to content

Commit 6013cde

Browse files
authored
Merge pull request #7332 from MicroDev1/ci
Update `tj-actions` & Revert `fetch-depth` change
2 parents 4766f62 + a97d8e9 commit 6013cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v3
3434
with:
3535
submodules: false
36-
fetch-depth: 0
36+
fetch-depth: 1
3737
- name: Set up Python 3
3838
uses: actions/setup-python@v4
3939
with:
@@ -138,7 +138,7 @@ jobs:
138138
- name: Get changes
139139
id: get-changes
140140
if: github.event_name == 'pull_request'
141-
uses: tj-actions/changed-files@v34.5.3
141+
uses: tj-actions/changed-files@v34
142142
with:
143143
json: true
144144
sha: ${{ steps.get-last-commit-with-checks.outputs.commit && github.event.after }}

0 commit comments

Comments
 (0)