Skip to content

Commit

Permalink
OPT: Update actions/setup-python action to v5 ⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and eigenein committed Jan 8, 2024
1 parent c4f5f0d commit b8da244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
pipx inject poetry poetry-dynamic-versioning
- name: 🐍 Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: poetry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: "✨ Install Poetry"
run: pipx install poetry

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
name: "✨ Set up Python"
id: "setup-python"
with:
Expand Down

0 comments on commit b8da244

Please sign in to comment.