From ed0498828c416d6ae04b862bb4e8a58f7c7dffe1 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Mon, 24 Nov 2025 10:59:43 +0100 Subject: [PATCH] chore: Remove repeated checkout in workflows GitHub checkout action update started to fail on the duplicated authorization header caused by auth reuse, perhaps due to the repeated invocation. This repeated checkout is not necessary since the action is local. --- .github/actions/deploy_keystone/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/deploy_keystone/action.yml b/.github/actions/deploy_keystone/action.yml index 46e4918c..b18ccd5d 100644 --- a/.github/actions/deploy_keystone/action.yml +++ b/.github/actions/deploy_keystone/action.yml @@ -5,8 +5,6 @@ outputs: {} runs: using: "composite" steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - name: Enable cache uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: