Skip to content

Commit c563d85

Browse files
committed
Ensure only files supported by GitHub actions are considered
Signed-off-by: Tobias Wolf <[email protected]> On-behalf-of: SAP <[email protected]>
1 parent 04c0ef5 commit c563d85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ runs:
4747
with:
4848
python-version: ${{ inputs.python_version }}
4949
cache: ${{ steps.env-check.outputs.package_tool }}
50-
50+
cache-dependency-path: |
51+
${{ github.workspace }}/poetry.lock
52+
${{ github.workspace }}/requirements.txt
5153
- name: Install GardenLinux Python library
5254
shell: bash
5355
run: |

0 commit comments

Comments
 (0)