Skip to content

Commit

Permalink
Merge pull request #46 from jawah/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-python-5

⬆️ Bump actions/setup-python from 4 to 5
  • Loading branch information
Ousret authored Jan 20, 2025
2 parents 5a18b84 + 606ca9f commit 5547097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install pre-commit
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938"

- name: "Setup Python"
uses: "actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3"
uses: "actions/setup-python@3fddbee7870211eda9047db10474808be43c71ec"
with:
python-version: "3.x"

Expand Down

0 comments on commit 5547097

Please sign in to comment.