Skip to content

Commit 4c375a5

Browse files
chore(deps): Bump actions/setup-python from 6.0.0 to 6.1.0 (#12)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bfe0b16 commit 4c375a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ runs:
280280
- name: Setup Python
281281
id: setup-python
282282
if: ${{ inputs.setup-python == 'true' }}
283-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
283+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
284284
with:
285285
python-version: ${{ inputs.python-version }}
286286
cache: ${{ inputs.python-cache }}

0 commit comments

Comments
 (0)