From b574d89c8b19eef187132c7d1c0c579a3bcaba4f Mon Sep 17 00:00:00 2001 From: Thanatat Tamtan Date: Tue, 16 Jun 2026 10:12:17 +0700 Subject: [PATCH] ci: update actions/checkout to v6 Bump actions/checkout from v4 to v6 (latest; v6.0.3) in the deploy workflow, matching docs#18. Pinned to the major tag, consistent with the other action pins. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ed256ea..9e21ae4 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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