Skip to content

Commit

Permalink
ci(.github): fix check pacakges checkout fetch depth (#25298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell authored Oct 24, 2022
1 parent e76134a commit a64b8d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ jobs:
dependency-deduplication:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: 14.18.1
cache: 'yarn'

- uses: tj-actions/changed-files@v32
id: changed-files-specific
Expand Down

0 comments on commit a64b8d5

Please sign in to comment.