From b999affa5a91361400a06094acc1986a651e5158 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:31:04 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/deploy-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pipeline.yml b/.github/workflows/deploy-pipeline.yml index d6bf5a6..325ef3d 100644 --- a/.github/workflows/deploy-pipeline.yml +++ b/.github/workflows/deploy-pipeline.yml @@ -82,7 +82,7 @@ jobs: image: ghcr.io/stackers-network/stn-deploy-2025.1:0.0.2 steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up SSH run: | eval $(ssh-agent -s)