Skip to content

Commit

Permalink
Update second-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
avilaqdaniel authored Nov 23, 2024
1 parent 2768721 commit 6c2f3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/second-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Update Python
uses: actions/setup-pythonv4
uses: actions/setup-python@v4
with:
python-version: "3.13"
- name: Run script
run: python src/main.py
run: python src/main.py

0 comments on commit 6c2f3f3

Please sign in to comment.