From 654827c3dd3b0a35d2506673fef5a9a6b6b7870b Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> Date: Tue, 1 Sep 2020 22:32:10 +0900 Subject: [PATCH] Use actions/checkout@v2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49de58dd..a1767b3f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: buildtool: [autotools, cmake] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Linux setup if: runner.os == 'Linux' run: | -- GitLab