3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-29 03:34:50 +00:00

chore: update test

This commit is contained in:
Tonye Jack 2022-11-02 15:09:50 -06:00 committed by GitHub
parent 58b52f3bf8
commit d66098e3dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -338,13 +338,14 @@ jobs:
max-parallel: 4
matrix:
platform: [ubuntu-latest, ubuntu-22.04, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022]
fetch-depth: [0, 1]
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
fetch-depth: ${{ matrix.fetch-depth }}
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}