From d35e1792daa43538bc17dc3e00f77df364af7894 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Fri, 6 Feb 2026 17:35:26 +0000 Subject: [PATCH] ci: update to latest github checkout action --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b70c517..caed330 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0