From 9e5f067381a25eaaaddb1c84f5a8451024bcff51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:15:09 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .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..7f516b2 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@v7 - name: Set up SSH run: | eval $(ssh-agent -s)