Merge pull request #7332 from MicroDev1/ci

Update `tj-actions` & Revert `fetch-depth` change
This commit is contained in:
Scott Shawcroft 2023-01-05 07:31:33 -08:00 committed by GitHub
commit 6013cde6a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: false
fetch-depth: 0
fetch-depth: 1
- 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.5.3
uses: tj-actions/changed-files@v34
with:
json: true
sha: ${{ steps.get-last-commit-with-checks.outputs.commit && github.event.after }}