Skip to content

Commit 7c6a226

Browse files
committed
Github Actions: python-hatch: Use latest 'checkout' and 'setup-python' actions.
1 parent befb0b4 commit 7c6a226

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/python-hatch/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ runs:
1515

1616
- name: Construct Foundation
1717
if: "${{ 'true' == inputs.needs-clone }}"
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
with:
2020
lfs: true
2121

2222
- name: Select Python Version
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: '${{ inputs.python-version }}'
2626

0 commit comments

Comments
 (0)