Merge pull request #7329 from MicroDev1/ci

Temporary Fix for #7328
This commit is contained in:
Dan Halbert 2022-12-11 11:53:12 -05:00 committed by GitHub
commit a7606aa8df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: false
fetch-depth: 1
fetch-depth: 0
- name: Set up Python 3
uses: actions/setup-python@v4
with:
@ -138,7 +138,7 @@ jobs:
- name: Get changes
id: get-changes
if: github.event_name == 'pull_request'
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v34.5.3
with:
json: true
sha: ${{ steps.get-last-commit-with-checks.outputs.commit && github.event.after }}