Skip to content

Commit

Permalink
fix gh actions checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrePatre committed Mar 30, 2024
1 parent 993c44a commit d18d688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@main
with:
python-version: "3.10"
- name: Install dependencies
Expand Down

0 comments on commit d18d688

Please sign in to comment.