Skip to content

Commit

Permalink
Merge pull request #159 from kannkyo/update-setup-python
Browse files Browse the repository at this point in the history
update actions/setup-python
  • Loading branch information
kannkyo authored Dec 9, 2024
2 parents cf3d085 + 053002d commit 99c03bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/python-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
using: composite
steps:
- name: Setup python environment
uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: ${{ inputs.python-version }}

Expand Down

0 comments on commit 99c03bc

Please sign in to comment.