From 4a72ddaee9c48d61b143ad2981d86a4fb2d85bca Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 8 Sep 2025 12:42:48 +0300 Subject: [PATCH] remove inputs: and outputs: keys from .github/actions/cache-apt-packages-action/action.yml --- .github/workflows/linux_ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linux_ci.yml b/.github/workflows/linux_ci.yml index 72d6d72a9b..480f9ccf87 100644 --- a/.github/workflows/linux_ci.yml +++ b/.github/workflows/linux_ci.yml @@ -9,6 +9,7 @@ on: - '!**/linux_ci.yml' - 'cmd/tools/**' - '!cmd/tools/builders/**.v' + - '.github/actions/cache-apt-packages-action/action.yml' pull_request: paths-ignore: - '**.md' @@ -16,6 +17,7 @@ on: - '!**/linux_ci.yml' - 'cmd/tools/**' - '!cmd/tools/builders/**.v' + - '.github/actions/cache-apt-packages-action/action.yml' concurrency: group: linux-${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.sha || github.ref }}