We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befb0b4 commit 7c6a226Copy full SHA for 7c6a226
1 file changed
.github/actions/python-hatch/action.yaml
@@ -15,12 +15,12 @@ runs:
15
16
- name: Construct Foundation
17
if: "${{ 'true' == inputs.needs-clone }}"
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
19
with:
20
lfs: true
21
22
- name: Select Python Version
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
25
python-version: '${{ inputs.python-version }}'
26
0 commit comments