Skip to content

Commit

Permalink
Merge pull request #310 from jorenham/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns-dfe2ea1b26

Bump actions/setup-python from 5.1.1 to 5.2.0 in the actions group
  • Loading branch information
jorenham authored Sep 2, 2024
2 parents 9d14918 + cd25f31 commit 738ef79
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 @@ -34,7 +34,7 @@ jobs:
poetry config virtualenvs.create true --local
poetry config virtualenvs.in-project true --local
- uses: actions/setup-python@v5.1.1
- uses: actions/setup-python@v5.2.0
with:
python-version: "3.10"
cache: poetry
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: install poetry
run: pipx install poetry

- uses: actions/setup-python@v5.1.1
- uses: actions/setup-python@v5.2.0
with:
python-version: ${{ matrix.python-version }}
cache: poetry
Expand Down

0 comments on commit 738ef79

Please sign in to comment.