Skip to content

Commit

Permalink
Merge pull request #174 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.1.1
  • Loading branch information
mergify[bot] authored Jul 10, 2024
2 parents 75b2da8 + c676a15 commit a88445a
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
id: setup-py
with:
cache: 'pipenv'
Expand Down

0 comments on commit a88445a

Please sign in to comment.