summaryrefslogtreecommitdiff
path: root/.github/workflows/verify-solution-file.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/verify-solution-file.yml
parent216dfba0af66210a46ef0df18beb73d975fdf727 (diff)
Update to checkout@v3 (#2572)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to '.github/workflows/verify-solution-file.yml')
-rw-r--r--.github/workflows/verify-solution-file.yml2
1 files changed, 1 insertions, 1 deletions
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'