From 9886f73ed85d9d9aca3e96525e03e1cd48ce7806 Mon Sep 17 00:00:00 2001 From: Josie Fegan Date: Tue, 19 May 2026 17:47:40 +0100 Subject: [PATCH] Cache python confirm in SBOM action We don't need Github to download the early setup file for the Python environment again everytime. --- .github/workflows/sbom.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index ce51831..8e69238 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -36,6 +36,7 @@ jobs: uses: actions/setup-python@v6.2.0 with: python-version: '3.10' + cache: 'pip' - name: Install dependencies run: |