Skip to content

Commit be58c64

Browse files
chore: bump actions/setup-python from 6.0.0 to 6.1.0 (#204)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0daf0e8 commit be58c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
make release VERSION=${{ steps.validate.outputs.operator_version }} LLAMASTACK_VERSION=${{ steps.validate.outputs.llamastack_version }}
102102
103103
- name: Set up Python
104-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
104+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
105105
with:
106106
python-version: '3.12'
107107

0 commit comments

Comments
 (0)