From 870ff9028c4be377e442751bb091aa4dd1feb91d Mon Sep 17 00:00:00 2001 From: Elizabeth Samuel Date: Fri, 1 May 2026 11:17:34 -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 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 +