diff --git a/.github/workflows/create-snapshot.yml b/.github/workflows/create-snapshot.yml index af5be45..e1782f7 100644 --- a/.github/workflows/create-snapshot.yml +++ b/.github/workflows/create-snapshot.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code base - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0