Skip to content

Commit 9e6efd9

Browse files
authored
Upgrade setup-python action to version 6
1 parent 9cf945a commit 9e6efd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
steps:
1313
- name: Setup Python
1414
id: install-python
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: '${{ inputs.python_version }}'
1818
cache: pipenv
@@ -49,4 +49,4 @@ outputs:
4949
value: ${{ steps.install-python.outputs.python-path }}
5050
cache-hit:
5151
description: Cache hit
52-
value: ${{ steps.install-python.outputs.cache-hit }}
52+
value: ${{ steps.install-python.outputs.cache-hit }}

0 commit comments

Comments
 (0)