Skip to content

Commit

Permalink
update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
datpmt committed Dec 8, 2024
1 parent 54faf42 commit 8856a5d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ runs:
using: 'composite'
steps:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.14.0-alpha.1'
uses: actions/setup-python@v3
with:
python-version: '3.14.0-alpha.1'

- name: Install typos
run: |
python3 -m pip install --upgrade pip
pip install typos
- name: Install typos
run: |
python3 -m pip install --upgrade pip
pip install typos
- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 8856a5d

Please sign in to comment.