Skip to content

Commit a7606aa

Browse files
authored
Merge pull request adafruit#7329 from MicroDev1/ci
Temporary Fix for adafruit#7328
2 parents 906cd6e + 628865b commit a7606aa

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: 1
36+
fetch-depth: 0
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
141+
uses: tj-actions/changed-files@v34.5.3
142142
with:
143143
json: true
144144
sha: ${{ steps.get-last-commit-with-checks.outputs.commit && github.event.after }}

0 commit comments

Comments
 (0)