Skip to content

Commit

Permalink
Merge pull request #381 from renovate-bot/renovate/actions-setup-pyth…
Browse files Browse the repository at this point in the history
…on-5.x

Update actions/setup-python action to v5.3.0
  • Loading branch information
mergify[bot] authored Oct 24, 2024
2 parents 1c374bb + cfe3859 commit d7b828f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Set up Python
# https://github.com/actions/setup-python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
id: setup-py
with:
python-version: "3.12"
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Set up Python
# https://github.com/actions/setup-python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
id: setup-py
with:
cache: 'pipenv'
Expand Down

0 comments on commit d7b828f

Please sign in to comment.