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 | |
| parent | 216dfba0af66210a46ef0df18beb73d975fdf727 (diff) | |
Update to checkout@v3 (#2572)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/linux.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/macos.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release-linux.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release-macos.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release-windows.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/verify-solution-file.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
7 files changed, 7 insertions, 7 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' 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' diff --git a/.github/workflows/release-linux.yml b/.github/workflows/release-linux.yml index f0e00d77f..48baabc89 100644 --- a/.github/workflows/release-linux.yml +++ b/.github/workflows/release-linux.yml @@ -18,7 +18,7 @@ jobs: targetPlatform: ['x64'] steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: 'true' fetch-depth: '0' diff --git a/.github/workflows/release-macos.yml b/.github/workflows/release-macos.yml index 75b70657f..8e4c1a3a9 100644 --- a/.github/workflows/release-macos.yml +++ b/.github/workflows/release-macos.yml @@ -18,7 +18,7 @@ jobs: targetPlatform: ['x64', 'aarch64'] steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: 'true' fetch-depth: '0' diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index 9f3135e9e..1561c0785 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -15,7 +15,7 @@ jobs: configuration: ['Release'] platform: ['Win32', 'x64', 'aarch64'] steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: submodules: 'true' fetch-depth: '0' diff --git a/.github/workflows/verify-solution-file.yml b/.github/workflows/verify-solution-file.yml index 66c2d00a7..df4503dad 100644 --- a/.github/workflows/verify-solution-file.yml +++ b/.github/workflows/verify-solution-file.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: windows-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: submodules: 'true' fetch-depth: '1' diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5bfe0be39..023387ced 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -16,7 +16,7 @@ jobs: configuration: ['Debug', 'Release'] platform: ['Win32', 'x64'] steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: submodules: 'true' fetch-depth: '0' |
