From b33e0f6c6695ef531bf35a590eeb54796f4a1c7b Mon Sep 17 00:00:00 2001 From: Thanatat Tamtan Date: Tue, 16 Jun 2026 10:07:57 +0700 Subject: [PATCH] ci: update actions/checkout to v6 Bump actions/checkout from v4 to v6 (latest; v6.0.3, 2026-06-02) in the deploy workflow. Pinned to the major tag, consistent with the other action pins. Co-Authored-By: Claude Opus 4.8 (1M context) --- .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 2ddc31a..51881cd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: deploys-app/build-deploy-action@v1 with: project: deploys-app