Skip to content

Commit

Permalink
Merge pull request #7332 from MicroDev1/ci
Browse files Browse the repository at this point in the history
Update `tj-actions` & Revert `fetch-depth` change
  • Loading branch information
tannewt committed Jan 5, 2023
2 parents 4766f62 + a97d8e9 commit 6013cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 6013cde

Please sign in to comment.