diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a2d5c2..f58344b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout code base # https://github.com/actions/checkout - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.1.0 with: fetch-depth: 0