Skip to content

Commit

Permalink
Merge pull request #10 from COMMANDO2406/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-python-5

Bump actions/setup-python from 2 to 5
  • Loading branch information
COMMANDO2406 committed Jul 6, 2024
2 parents 6955012 + cb3bb6f commit b61e7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
Expand Down

0 comments on commit b61e7ee

Please sign in to comment.