We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf945a commit 9e6efd9Copy full SHA for 9e6efd9
1 file changed
action.yaml
@@ -12,7 +12,7 @@ runs:
12
steps:
13
- name: Setup Python
14
id: install-python
15
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
16
with:
17
python-version: '${{ inputs.python_version }}'
18
cache: pipenv
@@ -49,4 +49,4 @@ outputs:
49
value: ${{ steps.install-python.outputs.python-path }}
50
cache-hit:
51
description: Cache hit
52
- value: ${{ steps.install-python.outputs.cache-hit }}
+ value: ${{ steps.install-python.outputs.cache-hit }}
0 commit comments