summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoyalsoldier <[email protected]>2021-10-18 08:23:28 +0800
committerGitHub <[email protected]>2021-10-18 08:23:28 +0800
commite5af486bda557cc8cc2deaa035a5770b56e9532d (patch)
treebb60cbd836d9e7786fc525013b18be67659ecaac
parent239eff3e2094df43417c4d1beb56704341cf0c0b (diff)
Chore: update actions/checkout
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2543e072..f76dcd91 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
shell: bash
- name: Checkout codebase
- uses: actions/[email protected]
+ uses: actions/checkout@v2
with:
fetch-depth: 0