diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 4eee1373a..39b9d774b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -22,7 +22,7 @@ jobs: curl -sfL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version v3.5.2 - name: Check out repo - uses: actions/checkout@v4 + uses: actions/checkout@v1 with: fetch-depth: 0