diff options
| author | Loyalsoldier <[email protected]> | 2021-10-18 08:23:28 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-18 08:23:28 +0800 |
| commit | e5af486bda557cc8cc2deaa035a5770b56e9532d (patch) | |
| tree | bb60cbd836d9e7786fc525013b18be67659ecaac | |
| parent | 239eff3e2094df43417c4d1beb56704341cf0c0b (diff) | |
Chore: update actions/checkout
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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 |
