From 48dd2e7d970dd56adaead4c1731e215d00dcf317 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:25:09 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/deploy.yml | 2 +- .github/workflows/nuke-all.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0723069..342211c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -67,7 +67,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Call Initialize Akash client uses: TedcryptoOrg/akash-deploy-action/.github/actions/init-akash@main diff --git a/.github/workflows/nuke-all.yml b/.github/workflows/nuke-all.yml index 3a7b0f6..729aaa8 100644 --- a/.github/workflows/nuke-all.yml +++ b/.github/workflows/nuke-all.yml @@ -64,7 +64,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Call Initialize Akash client uses: TedcryptoOrg/akash-deploy-action/.github/actions/init-akash@main