Skip to content

Commit

Permalink
chore(deps): Bump actions/setup-python from 4.7.0 to 4.7.1 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 93f8ba1 commit cb2d5e2
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
Expand Up @@ -22,7 +22,7 @@ jobs:
pipx install poetry
poetry --version
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: ${{ matrix.python-version }}
cache: poetry
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
pipx install poetry
poetry --version
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: ${{ matrix.python-version }}
cache: poetry
Expand Down

0 comments on commit cb2d5e2

Please sign in to comment.