From b56e35948251ac2c034197ccce5b896fd2d66b24 Mon Sep 17 00:00:00 2001 From: Elizabeth Samuel Date: Fri, 1 May 2026 11:18:51 -0700 Subject: [PATCH] Update actions/checkout from v4 to v6 --- .github/workflows/auto-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +