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/linux.yml | |
| parent | 216dfba0af66210a46ef0df18beb73d975fdf727 (diff) | |
Update to checkout@v3 (#2572)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to '.github/workflows/linux.yml')
| -rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index f5fef03e5..9dd8ff672 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -16,7 +16,7 @@ jobs: compiler: ['gcc', 'clang'] platform: ['x64'] steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: submodules: 'true' fetch-depth: '0' |
