Skip to content

Commit

Permalink
chore(deps): Bump actions/setup-python from 4.7.1 to 5.0.0 (#205)
Browse files Browse the repository at this point in the history
dependabot[bot] authored Dec 11, 2023
1 parent 14f49be commit bf2b1ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
pipx install poetry
poetry --version
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.python-version }}
cache: poetry
@@ -51,7 +51,7 @@ jobs:
pipx install poetry
poetry --version
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.python-version }}
cache: poetry

0 comments on commit bf2b1ef

Please sign in to comment.