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