diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 0a7fa56f..bd72b19f 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -14,7 +14,7 @@ jobs: working-directory: ./ steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Check out main @@ -35,3 +35,4 @@ jobs: run: | echo "Pushing changes to live branch" git push origin live +