diff options
| author | Yong He <yonghe@outlook.com> | 2022-12-19 12:36:39 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-19 12:36:39 -0800 |
| commit | 887842933c0734196729d5525de9835eb48b3855 (patch) | |
| tree | cd704904d94aeddc5dead95334766a14944c55d8 /.github/workflows/macos.yml | |
| parent | 216dfba0af66210a46ef0df18beb73d975fdf727 (diff) | |
Update to checkout@v3 (#2572)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to '.github/workflows/macos.yml')
| -rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f247d26ae..a89030d5b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -18,7 +18,7 @@ jobs: platform: ['x64'] targetPlatform: ['x64'] steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: submodules: 'true' fetch-depth: '0' |
