diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index aae337b..53ec863 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 @@ -36,3 +36,4 @@ jobs: echo "Pushing changes to live branch" git push origin live +