Skip to content

Commit

Permalink
fix: update actions/setup-python action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent a5397de commit c405f48
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-poetry/action.yml
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ runs:
shell: bash
run: pipx install poetry
- name: Load poetry cache
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
id: setup-python
with:
python-version: ${{ inputs.python-version }}
2 changes: 1 addition & 1 deletion .github/workflows/initialization.yml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ jobs:
field: repository_owner
value: ${{ github.repository_owner }}
- name: Setup Python
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: 3.x
- name: Install cookiecutter

0 comments on commit c405f48

Please sign in to comment.