From ca0afaf70a855a09f1121aa7d4fc4ab46af901c7 Mon Sep 17 00:00:00 2001 From: Tobias Wolf Date: Sat, 15 Nov 2025 08:30:39 +0100 Subject: [PATCH] Ensure only files supported by GitHub actions are considered Signed-off-by: Tobias Wolf On-behalf-of: SAP --- .github/actions/setup/action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index f7d15aba..746146da 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -46,7 +46,10 @@ runs: uses: actions/setup-python@v5 with: python-version: ${{ inputs.python_version }} - + cache: ${{ steps.env-check.outputs.package_tool }} + cache-dependency-path: | + ${{ github.workspace }}/poetry.lock + ${{ github.workspace }}/requirements.txt - name: Install GardenLinux Python library shell: bash run: |