diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d0a56bf..8118631 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,5 +1,4 @@ ---- -name: 'deploy' +name: deploy on: push: @@ -11,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cloning repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0