Skip to content

Commit

Permalink
Merge pull request #75 from Alviner/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5

fix(deps): bump actions/setup-python from 2 to 5
  • Loading branch information
Alviner authored Oct 18, 2024
2 parents f7205e6 + 411ad28 commit 63c85d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.10"
- run: python -m pip install poetry
Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.10"
- run: python -m pip install poetry
Expand All @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python }}"
- run: python -m pip install poetry
Expand Down

0 comments on commit 63c85d6

Please sign in to comment.