Skip to content

Commit

Permalink
python-versionは3.13と指定する
Browse files Browse the repository at this point in the history
  • Loading branch information
piny940 committed Feb 20, 2025
1 parent fb12ab0 commit bd8abb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/ansible-deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
working_directory: ansible
- uses: actions/setup-python@v5
with:
python-version: '3.13.2'
python-version: '3.13'
cache: 'pip'
- name: Install Ansible
run: pip install -r ansible/requirements.txt
Expand Down

0 comments on commit bd8abb8

Please sign in to comment.