summaryrefslogtreecommitdiff
path: root/.github/workflows/release-linux.yml
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2022-12-19 12:36:39 -0800
committerGitHub <noreply@github.com>2022-12-19 12:36:39 -0800
commit887842933c0734196729d5525de9835eb48b3855 (patch)
treecd704904d94aeddc5dead95334766a14944c55d8 /.github/workflows/release-linux.yml
parent216dfba0af66210a46ef0df18beb73d975fdf727 (diff)
Update to checkout@v3 (#2572)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to '.github/workflows/release-linux.yml')
-rw-r--r--.github/workflows/release-linux.yml2
1 files changed, 1 insertions, 1 deletions
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'